UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

37 lines (36 loc) 1.19 kB
import { IgxGridExpandableCellComponent } from '../grid/expandable-cell.component'; import { RowType } from '../common/grid.interface'; import * as i0 from "@angular/core"; export declare class IgxTreeGridCellComponent extends IgxGridExpandableCellComponent { /** * @hidden */ level: number; /** * @hidden */ showIndicator: boolean; /** * @hidden */ isLoading: boolean; /** * Gets the row of the cell. * ```typescript * let cellRow = this.cell.row; * ``` * * @memberof IgxGridCellComponent */ get row(): RowType; /** * @hidden */ toggle(event: Event): void; /** * @hidden */ onLoadingDblClick(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<IgxTreeGridCellComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxTreeGridCellComponent, "igx-tree-grid-cell", never, { "level": { "alias": "level"; "required": false; }; "showIndicator": { "alias": "showIndicator"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, {}, never, never, true, never>; }