UNPKG

@eclipse-scout/core

Version:
14 lines 555 B
/// <reference types="jquery" /> import { ButtonTile, PageTileGrid, RangeKeyStroke, ScoutKeyboardEvent } from '../../../index'; export declare class PageTileGridSelectKeyStroke extends RangeKeyStroke { field: PageTileGrid; constructor(pageTileGrid: PageTileGrid); protected _accept(event: ScoutKeyboardEvent & { _$element?: JQuery; }): boolean; handle(event: JQuery.KeyboardEventBase & { _$element?: JQuery; }): void; protected _tiles(): ButtonTile[]; } //# sourceMappingURL=PageTileGridSelectKeyStroke.d.ts.map