UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 865 B
import { WebHierarchicalGridBaseDirectiveDescription } from "./WebHierarchicalGridBaseDirectiveDescription"; import { WebRowIslandDescription } from "./WebRowIslandDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebHierarchicalGridDescription extends WebHierarchicalGridBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); private g8; get childLayoutList(): WebRowIslandDescription[]; set childLayoutList(a: WebRowIslandDescription[]); private hf; get id(): string; set id(a: string); private he; get dataRef(): string; set dataRef(a: string); private hc; get totalItemCount(): number; set totalItemCount(a: number); private ha; get expandChildren(): boolean; set expandChildren(a: boolean); }