igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 637 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionFieldSelectorSelectedAggregationDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private l;
get field(): string;
set field(a: string);
private k;
get aggregationOperand(): string;
set aggregationOperand(a: string);
private j;
get aggregationName(): string;
set aggregationName(a: string);
}