UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 585 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; constructor(); private h; get key(): string; set key(a: string); private i; get label(): string; set label(a: string); private g; get aggregatorName(): string; set aggregatorName(a: string); private f; get aggregatorRef(): string; set aggregatorRef(a: string); }