UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

23 lines (22 loc) 727 B
import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class WebHierarchicalGridBaseDirectiveDescription extends WebGridBaseDirectiveDescription { static $t: Type; protected get_type(): string; constructor(); private gy; get hasChildrenKey(): string; set hasChildrenKey(a: string); private gv; get showExpandAll(): boolean; set showExpandAll(a: boolean); private gt; get rootGrid(): WebGridBaseDirectiveDescription; set rootGrid(a: WebGridBaseDirectiveDescription); private gx; get dataPreLoadRef(): string; set dataPreLoadRef(a: string); }