UNPKG

@eclipse-scout/core

Version:
9 lines 418 B
/// <reference types="jquery" /> 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