igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
22 lines (21 loc) • 575 B
TypeScript
import { ElementRef } from '@angular/core';
/** @hidden */
export declare class IgxRowEditTemplateDirective {
}
/** @hidden */
export declare class IgxRowEditTextDirective {
}
/** @hidden */
export declare class IgxRowEditActionsDirective {
}
/** @hidden */
export declare class IgxRowEditTabStopDirective {
element: ElementRef;
private readonly allTabs;
private grid;
private navigationService;
constructor(grid: any, element: ElementRef, navigationService: any);
handleTab(event: KeyboardEvent): void;
private focusNextCell;
private move;
}