igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
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 s;
get member(): string;
set member(a: string);
private q;
get displayName(): string;
set displayName(a: string);
private h;
get aggregate(): WebPivotAggregatorDescription;
set aggregate(a: WebPivotAggregatorDescription);
private f;
get aggregateList(): WebPivotAggregatorDescription[];
set aggregateList(a: WebPivotAggregatorDescription[]);
private k;
get enabled(): boolean;
set enabled(a: boolean);
private m;
get styles(): any;
set styles(a: any);
private p;
get dataType(): string;
set dataType(a: string);
private r;
get formatterRef(): string;
set formatterRef(a: string);
}