igniteui-react-core
Version:
Ignite UI React Core.
28 lines (27 loc) • 829 B
TypeScript
import { ToolActionInfoDescription } from "./ToolActionInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionCheckboxListInfoDescription extends ToolActionInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private bn;
get dataSourceRef(): string;
set dataSourceRef(a: string);
private bm;
get dataMemberPath(): string;
set dataMemberPath(a: string);
private bo;
get selectedMemberPath(): string;
set selectedMemberPath(a: string);
private bj;
get showSelectAll(): boolean;
set showSelectAll(a: boolean);
private bg;
get primaryKey(): string[];
set primaryKey(a: string[]);
}