[ 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

target

UIComponent

The component that triggered the event.

scope

ShortcutScope

One of values from ShortcutScope enum.

action

string

User provided action string, or the key exactly as user specifed it (not normalized).

key

string

The keyboard key or a key combination that triggered the shortcut (normalized, might be not exactly same as user specified).

Also See: