UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 637 B
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); }