UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 585 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionFieldSelectorAggregationDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private j; get label(): string; set label(a: string); private k; get name(): string; set name(a: string); private l; get operand(): string; set operand(a: string); }