UNPKG

@eclipse-scout/core

Version:
8 lines 385 B
import { CellEditorPopup, KeyStroke, ScoutKeyboardEvent } from '../../index'; export declare class CellEditorTabKeyStroke extends KeyStroke { field: CellEditorPopup<any>; constructor(popup: CellEditorPopup<any>); protected _accept(event: ScoutKeyboardEvent): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=CellEditorTabKeyStroke.d.ts.map