Home > blockly > IKeyboardAccessible
IKeyboardAccessible interface
An interface for an object that handles keyboard shortcuts.
Signature:
export interface IKeyboardAccessible
Methods
| Method | Description |
|---|---|
| onShortcut(shortcut) | Handles the given keyboard shortcut. |