igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 615 B
TypeScript
import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionComboDescription extends ToolActionDescription {
static $t: Type;
protected get_type(): string;
constructor();
private d4;
get dataSourceRef(): string;
set dataSourceRef(a: string);
private d5;
get displayMemberPath(): string;
set displayMemberPath(a: string);
private d6;
get valueMemberPath(): string;
set valueMemberPath(a: string);
private d2;
get selectedValues(): any[];
set selectedValues(a: any[]);
}