ng2-qgrid
Version:
Angular Grid
12 lines (11 loc) • 528 B
TypeScript
import { ModelComponent } from '../../../infrastructure/component/model.component';
import { RootService } from '../../../infrastructure/component/root.service';
import { TemplateHostService } from '../../../template/template-host.service';
export declare class RowComponent extends ModelComponent {
rowMode: 'single' | 'multiple';
rowUnit: 'data' | 'details';
rowCanMove: boolean;
rowCanResize: boolean;
rowHeight: number;
constructor(root: RootService, templateHost: TemplateHostService);
}