ng2-qgrid
Version:
Angular Grid
12 lines (8 loc) • 333 B
TypeScript
import { SelectionState } from './selection.state';
import { Model } from '../../infrastructure/model';
import { SelectionService } from '../selection.service';
export declare class SingleSelectionState extends SelectionState {
constructor(model: Model, service: SelectionService);
item: object;
entries(): any[];
}