UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

9 lines (8 loc) 591 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { PrimaryKeyValue as PrimaryKeyValue_internal } from './PrimaryKeyValue'; import { IgcPrimaryKeyValue as IgcPrimaryKeyValue } from './igc-primary-key-value'; export declare class IgcGridSelectedKeysCollection extends IgCollection<IgcPrimaryKeyValue, PrimaryKeyValue_internal> { constructor(list?: IgcPrimaryKeyValue[]); protected _createInnerColl(): SyncableObservableCollection$2<IgcPrimaryKeyValue, PrimaryKeyValue_internal>; }