igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
23 lines (22 loc) • 727 B
TypeScript
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 g5;
get hasChildrenKey(): string;
set hasChildrenKey(a: string);
private g2;
get showExpandAll(): boolean;
set showExpandAll(a: boolean);
private g0;
get rootGrid(): WebGridBaseDirectiveDescription;
set rootGrid(a: WebGridBaseDirectiveDescription);
private g4;
get dataPreLoadRef(): string;
set dataPreLoadRef(a: string);
}