UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 714 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataLegendSummaryEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get columnValues(): number[]; set columnValues(a: number[]); private l; get columnMemberPath(): string; set columnMemberPath(a: string); private j; get summaryValue(): number; set summaryValue(a: number); private n; get summaryUnits(): string; set summaryUnits(a: string); private m; get summaryLabel(): string; set summaryLabel(a: string); }