igniteui-react-core
Version:
Ignite UI React Core.
26 lines (25 loc) • 666 B
TypeScript
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 l;
get key(): string;
set key(a: string);
private m;
get label(): string;
set label(a: string);
private j;
get aggregatorName(): string;
set aggregatorName(a: string);
private k;
get aggregatorRef(): string;
set aggregatorRef(a: string);
}