UNPKG

igniteui-react-core

Version:
35 lines (34 loc) 974 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebTreeGridRecordDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private t; get key(): any; set key(a: any); private s; get data(): any; set data(a: any); private h; get children(): WebTreeGridRecordDescription[]; set children(a: WebTreeGridRecordDescription[]); private j; get recordParent(): WebTreeGridRecordDescription; set recordParent(a: WebTreeGridRecordDescription); private q; get level(): number; set level(a: number); private n; get isFilteredOutParent(): boolean; set isFilteredOutParent(a: boolean); private m; get expanded(): boolean; set expanded(a: boolean); }