Class $.wijmo.wijspread.KeyMap
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.KeyMap(key, ctrl, shift, alt, action)
Represents a key map which maps a key event to a Spread action.
|
Class Detail
$.wijmo.wijspread.KeyMap(key, ctrl, shift, alt, action)
Represents a key map which maps a key event to a Spread action.
- Parameters:
- {number} key
- The key code.
- {boolean} ctrl
- Whether the Ctrl key is pressed.
- {boolean} shift
- Whether the Shift key is pressed.
- {boolean} alt
- Whether the Alt key is pressed.
- {function} action
- The function to be invoked.