@eclipse-scout/core
Version:
Eclipse Scout runtime
8 lines • 305 B
TypeScript
/// <reference types="jquery" />
import { KeyStroke, Switch } from '../index';
export declare class SwitchNavigationKeyStroke extends KeyStroke {
field: Switch;
constructor(field: Switch);
handle(event: JQuery.KeyboardEventBase): void;
}
//# sourceMappingURL=SwitchNavigationKeyStroke.d.ts.map