@eclipse-scout/core
Version:
Eclipse Scout runtime
13 lines • 496 B
TypeScript
/// <reference types="jquery" />
import { Desktop, DesktopTab, RangeKeyStroke } from '../../index';
/**
* Composite keystroke to provide a numeric keystroke to select view tabs.
*/
export declare class DesktopTabSelectKeyStroke extends RangeKeyStroke {
field: Desktop;
constructor(desktop: Desktop);
protected _isEnabled(): boolean;
handle(event: JQuery.KeyboardEventBase): void;
protected _viewTabs(): DesktopTab[];
}
//# sourceMappingURL=DesktopTabSelectKeyStroke.d.ts.map