Interface IHotKeyAction<D>

Type Parameters

Hierarchy

  • IHotKeyAction

Properties

altKey?: boolean

Optional ALT Key, which has to be pressed

Author

M.Karkowski

Memberof

IHotKeyAction

ctrlKey?: boolean

Optional CTRL Key, which has to be pressed

Author

M.Karkowski

Memberof

IHotKeyAction

keyCode: string

The Pressed Key. Please use a valid "KeyCode".

onPress: ICallback<D>

The corresponding Callback, which will handle the Action if a Hotkey Press has been detected.

onRelease?: ICallback<D>

The corresponding Callback, which will handle the Action if a Hotkey Press has been detected.

shiftKey?: boolean

Optional SHIFT Key, which has to be pressed

Author

M.Karkowski

Memberof

IHotKeyAction

Generated using TypeDoc