UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 637 B
import { ToolActionDescription } from "./ToolActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionComboDescription extends ToolActionDescription { static $t: Type; protected get_type(): string; constructor(); private dx; get dataSourceRef(): string; set dataSourceRef(a: string); private dy; get displayMemberPath(): string; set displayMemberPath(a: string); private dz; get valueMemberPath(): string; set valueMemberPath(a: string); private dv; get selectedValues(): any[]; set selectedValues(a: any[]); }