Blockly. IKeyboardAccessible
interface static
An interface for an object that handles keyboard shortcuts.
Property
onShortcut
Handles the given keyboard shortcut.
Parameter |
|
---|---|
shortcut |
Blockly.ShortcutRegistry.KeyboardShortcut The shortcut to be handled. Value must not be null. |
- Returns
-
boolean
True if the shortcut has been handled, false otherwise.