UNPKG

@eclipse-scout/core

Version:
11 lines 483 B
import { KeyStrokeContext, Outline, ScoutKeyboardEvent } from '../../../index'; export declare class OutlineKeyStrokeContext extends KeyStrokeContext { protected _outline: Outline; constructor(outline: Outline); /** * @returns true if this event is handled by this context, and if so sets the propagation flags accordingly. */ accept(event: ScoutKeyboardEvent): boolean; isFormMenuOpen(): boolean; } //# sourceMappingURL=OutlineKeyStrokeContext.d.ts.map