UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

15 lines (14 loc) 535 B
import { ObservableCollection$1 } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class GridSelectedItemsCollection extends ObservableCollection$1<any> { static $t: Type; constructor(); get ae(): GridSelectedItemsCollection; ag(a: (sender: any, e: NotifyCollectionChangedEventArgs) => void): void; af: boolean; protected u(a: number): void; }