UNPKG

@eclipse-scout/core

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