UNPKG

@eclipse-scout/core

Version:
7 lines 437 B
import { ScoutKeyboardEvent, TileGrid, TileGridSelectionInstruction, TileGridSelectKeyStroke } from '../../index'; export declare class TileGridSelectLastKeyStroke extends TileGridSelectKeyStroke { constructor(tileGrid: TileGrid); protected _accept(event: ScoutKeyboardEvent): boolean; protected _computeNewSelection(extend?: boolean): TileGridSelectionInstruction; } //# sourceMappingURL=TileGridSelectLastKeyStroke.d.ts.map