ng2-qgrid
Version:
Angular Grid
14 lines (11 loc) • 355 B
TypeScript
import { Command } from '../command/command';
import { Model } from '../infrastructure/model';
import { Table } from '../dom/table';
/**
* > Under Construction.
*/
export declare class NavigationView {
constructor(model: Model, table: Table, shortcut: { register: (commands: Command[]) => void });
focus: Command;
scrollTo: Command;
}