UNPKG

igniteui-react-core

Version:
34 lines (33 loc) 1.01 kB
import { ToolActionInfoDescription } from "./ToolActionInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionFieldSelectorInfoDescription extends ToolActionInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private bt; get dataSourceRef(): string; set dataSourceRef(a: string); private bu; get fieldType(): string; set fieldType(a: string); private bo; get updateDataSource(): boolean; set updateDataSource(a: boolean); private bn; get singleSelection(): boolean; set singleSelection(a: boolean); private bs; get aggregationsRef(): string; set aggregationsRef(a: string); private bv; get rulesRef(): string; set rulesRef(a: string); private bw; get selectedAggregationsRef(): string; set selectedAggregationsRef(a: string); }