UNPKG

@eclipse-scout/core

Version:
12 lines 471 B
/// <reference types="jquery" /> import { KeyStroke, ScoutKeyboardEvent, SmartField } from '../../../index'; /** * Closes the popup without accepting the proposal */ export declare class SmartFieldCancelKeyStroke extends KeyStroke { field: SmartField<any>; constructor(field: SmartField<any>); protected _accept(event: ScoutKeyboardEvent): boolean; handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=SmartFieldCancelKeyStroke.d.ts.map