UNPKG

igniteui-react-core

Version:
22 lines (21 loc) 740 B
import { Description } from "./Description"; import { PrimaryKeyValueDescription } from "./PrimaryKeyValueDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridSelectedKeysChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get currentKeys(): PrimaryKeyValueDescription[]; set currentKeys(a: PrimaryKeyValueDescription[]); private h; get addedKeys(): PrimaryKeyValueDescription[]; set addedKeys(a: PrimaryKeyValueDescription[]); private j; get removedKeys(): PrimaryKeyValueDescription[]; set removedKeys(a: PrimaryKeyValueDescription[]); }