ng2-qgrid
Version:
Angular Grid
10 lines (7 loc) • 365 B
TypeScript
import { MultipleSelectionState } from './multiple.selection.state';
import { Model } from '../../infrastructure/model';
import { SelectionService } from '../selection.service';
export declare class RangeSelectionState extends MultipleSelectionState {
constructor(model: Model, service: SelectionService);
select(item: object, state: boolean): void;
}