UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 1.24 kB
import { Description } from "./Description"; import { TreemapNodeStyleDescription } from "./TreemapNodeStyleDescription"; import { Type } from "./type"; /** * @hidden */ export declare class TreemapNodeStylingEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private m; get value(): number; set value(a: number); private l; get sum(): number; set sum(a: number); private r; get customValueRef(): string; set customValueRef(a: string); private s; get itemRef(): string; set itemRef(a: string); private u; get parentItemRef(): string; set parentItemRef(a: string); private t; get label(): string; set label(a: string); private k; get parentValue(): number; set parentValue(a: number); private v; get parentLabel(): string; set parentLabel(a: string); private j; get parentSum(): number; set parentSum(a: number); private h; get isParent(): boolean; set isParent(a: boolean); private f; get style(): TreemapNodeStyleDescription; set style(a: TreemapNodeStyleDescription); }