UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

28 lines (27 loc) 829 B
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 bu; get dataSourceRef(): string; set dataSourceRef(a: string); private bt; get dataMemberPath(): string; set dataMemberPath(a: string); private bv; get selectedMemberPath(): string; set selectedMemberPath(a: string); private bq; get showSelectAll(): boolean; set showSelectAll(a: boolean); private bn; get primaryKey(): string[]; set primaryKey(a: string[]); }