@eclipse-scout/core
Version:
Eclipse Scout runtime
15 lines • 475 B
TypeScript
import { KeyStroke, KeyStrokeMode, ScoutKeyboardEvent } from '../index';
export declare class Key {
keyStroke: KeyStroke;
which: number;
ctrl: boolean;
alt: boolean;
shift: boolean;
keyStrokeMode: KeyStrokeMode;
$drawingArea: JQuery;
constructor(keyStroke: KeyStroke, which?: number);
render($drawingArea: JQuery, event: ScoutKeyboardEvent): boolean;
remove(): void;
toKeyStrokeString(): string;
}
//# sourceMappingURL=Key.d.ts.map