Properties
keysstatic
#
List of keys this handler matches
namestatic
#
Symbolic name for this handler. Must be unique.
Properties:
Type | Description |
---|---|
string |
- Source:
Symbolic name for this handler.
supportedSelectionsstatic
#
List of selections this handler matches
Null means all selections are matched.
Properties:
Type | Description |
---|---|
Array.<string>
|
null
|
- Source:
List of selections this handler matches
Null means all selections are matched.
Methods
execute(surface, e) → {boolean}abstractstatic
#
Execute the handler
Parameters:
Name | Type | Description |
---|---|---|
surface |
ve.ce.Surface | |
e |
jQuery.Event | Key down event |
- Source:
Returns:
Whether an action was taken
- Type
- boolean
Execute the handler