UNPKG

igniteui-react-core

Version:
25 lines (24 loc) 827 B
import { Description } from "./Description"; import { CellRangeDescription } from "./CellRangeDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridSelectedCellRangesChangedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private i; get currentRanges(): CellRangeDescription[]; set currentRanges(a: CellRangeDescription[]); private h; get addedRanges(): CellRangeDescription[]; set addedRanges(a: CellRangeDescription[]); private j; get removedRanges(): CellRangeDescription[]; set removedRanges(a: CellRangeDescription[]); private k; get updatedRanges(): CellRangeDescription[]; set updatedRanges(a: CellRangeDescription[]); }