igniteui-react-core
Version:
Ignite UI React Core.
25 lines (24 loc) • 744 B
TypeScript
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 bi;
get dataSourceRef(): string;
set dataSourceRef(a: string);
private bj;
get displayMemberPath(): string;
set displayMemberPath(a: string);
private bl;
get valueMemberPath(): string;
set valueMemberPath(a: string);
private bk;
get selectedValuesRef(): string;
set selectedValuesRef(a: string);
}