UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

26 lines (25 loc) 666 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotAggregatorDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private o; get key(): string; set key(a: string); private p; get label(): string; set label(a: string); private m; get aggregatorName(): string; set aggregatorName(a: string); private n; get aggregatorRef(): string; set aggregatorRef(a: string); }