ng2-qgrid
Version:
Angular Grid
19 lines (15 loc) • 384 B
TypeScript
import { Monitor } from './style.monitor';
import { Model } from '../infrastructure/model';
import { Table } from '../dom/table';
/**
* > Under Construction.
*/
export declare class StyleView {
constructor(model: Model, table: Table);
monitor: {
row: Monitor;
cell: Monitor;
};
invalidate(domRow: any, domCell: any): void;
needInvalidate(): boolean;
}