UNPKG

@eclipse-scout/core

Version:
12 lines 474 B
/// <reference types="jquery" /> import { KeyStroke, ScoutKeyboardEvent, Widget } from '../index'; export declare class ClickActiveElementKeyStroke extends KeyStroke { constructor(field: Widget, which: number[]); protected _accept(event: ScoutKeyboardEvent & { _$activeElement?: JQuery; }): boolean; handle(event: JQuery.KeyboardEventBase & { _$activeElement?: JQuery; }): void; } //# sourceMappingURL=ClickActiveElementKeyStroke.d.ts.map