igniteui-react-core
Version:
Ignite UI React Core.
39 lines (38 loc) • 1.15 kB
TypeScript
import { Description } from "./Description";
import { WebPivotAggregatorDescription } from "./WebPivotAggregatorDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebPivotValueDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private u;
get member(): string;
set member(a: string);
private s;
get displayName(): string;
set displayName(a: string);
private j;
get aggregate(): WebPivotAggregatorDescription;
set aggregate(a: WebPivotAggregatorDescription);
private h;
get aggregateList(): WebPivotAggregatorDescription[];
set aggregateList(a: WebPivotAggregatorDescription[]);
private m;
get enabled(): boolean;
set enabled(a: boolean);
private o;
get styles(): any;
set styles(a: any);
private r;
get dataType(): string;
set dataType(a: string);
private t;
get formatterRef(): string;
set formatterRef(a: string);
}