ng2-qgrid
Version:
Angular Grid
15 lines (12 loc) • 312 B
TypeScript
import { Command } from '../command/command';
import { Model } from '../infrastructure/model';
import { Table } from '../dom/table';
/**
* > Under Construction.
*/
export declare class HighlightView {
constructor(model: Model, table: Table);
column: Command;
row: Command;
cell: Command;
}