UNPKG

igniteui-react-core

Version:
25 lines (24 loc) 744 B
import { ToolActionInfoDescription } from "./ToolActionInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionComboInfoDescription extends ToolActionInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private bo; get dataSourceRef(): string; set dataSourceRef(a: string); private bp; get displayMemberPath(): string; set displayMemberPath(a: string); private br; get valueMemberPath(): string; set valueMemberPath(a: string); private bq; get selectedValuesRef(): string; set selectedValuesRef(a: string); }