UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

42 lines (41 loc) 1.12 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebTreeDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private f; get singleBranchExpand(): boolean; set singleBranchExpand(a: boolean); private n; get selection(): string; set selection(a: string); private i; get dir(): string; set dir(a: string); private p; get size(): string; set size(a: string); private o; get selectionChangedRef(): string; set selectionChangedRef(a: string); private m; get itemExpandingRef(): string; set itemExpandingRef(a: string); private l; get itemExpandedRef(): string; set itemExpandedRef(a: string); private k; get itemCollapsingRef(): string; set itemCollapsingRef(a: string); private j; get itemCollapsedRef(): string; set itemCollapsedRef(a: string); private h; get activeItemRef(): string; set activeItemRef(a: string); }