@eclipse-scout/core
Version:
Eclipse Scout runtime
13 lines • 621 B
TypeScript
import { KeyStrokeContext, ScoutKeyboardEvent } from '../index';
/**
* Makes sure that certain keys are not propagated to the iframe container because they are needed by the elements inside the iframe
* and must not trigger a keystroke outside the iframe.
*/
export declare class IFrameKeyStrokeContext extends KeyStrokeContext {
protected _applyPropagationFlags(event: ScoutKeyboardEvent): void;
/**
* @returns the actual target that triggered the event inside the iframe
*/
protected _resolveTarget(event: ScoutKeyboardEvent): HTMLElement;
}
//# sourceMappingURL=IFrameKeyStrokeContext.d.ts.map