[ type ] ShortcutEvent
Description:
Represents an event triggered by a performing a keyboard shortcut (one key or a key combination) on a component.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
The component that triggered the event. |
|
|
One of values from ShortcutScope enum. |
|
|
string | User provided action string, or the key exactly as user specifed it (not normalized). |
|
string | The keyboard key or a key combination that triggered the shortcut (normalized, might be not exactly same as user specified). |
