Blockly. IBlocklyActionable
interface static
An interface for an object that handles Blockly actions when keyboard navigation is enabled.
Property
onBlocklyAction
Handles the given action.
Parameter |
|
---|---|
action |
Blockly.ShortcutRegistry.KeyboardShortcut The action to be handled. Value must not be null. |
- Returns
-
boolean
True if the action has been handled, false otherwise.