UNPKG

@eclipse-scout/core

Version:
9 lines 323 B
/// <reference types="jquery" /> import { Action, KeyStroke } from '../index'; export declare class ActionKeyStroke extends KeyStroke { field: Action; constructor(action: Action); protected _isEnabled(): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=ActionKeyStroke.d.ts.map