UNPKG

@eclipse-scout/core

Version:
8 lines 331 B
/// <reference types="jquery" /> import { CheckBoxField, KeyStroke } from '../../../index'; export declare class CheckBoxToggleKeyStroke extends KeyStroke { field: CheckBoxField; constructor(checkbox: CheckBoxField); handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=CheckBoxToggleKeyStroke.d.ts.map