docs » plugins.core.shortcuts.prefs
Shortcuts Preferences Panel
- Constants - Useful values which cannot be changed
- DEFAULT_SHORTCUTS
- Functions - API calls offered directly by the extension
- getGroupEditor
- init
- setGroupEditor
- Fields - Variables which can only be accessed from an object returned by a constructor
- lastGroup
Signature | plugins.core.shortcuts.prefs.DEFAULT_SHORTCUTS -> string |
---|---|
Type | Constant |
Description | Default Shortcuts File Name |
Signature | plugins.core.shortcuts.prefs.getGroupEditor(groupId) -> none |
---|---|
Type | Function |
Description | Gets the Group Editor |
Parameters |
|
Returns |
|
Signature | plugins.core.shortcuts.prefs.init(deps, env) -> module |
---|---|
Type | Function |
Description | Initialise the Module. |
Parameters |
|
Returns |
|
Signature | plugins.core.shortcuts.prefs.setGroupEditor(groupId, editorFn) -> none |
---|---|
Type | Function |
Description | Sets the Group Editor |
Parameters |
|
Returns |
|
Signature | plugins.core.shortcuts.prefs.lastGroup <cp.prop: string> |
---|---|
Type | Field |
Description | Last group used in the Preferences Drop Down. |