docs » plugins.core.preferences.panels.shortcuts
Shortcuts Preferences Panel
- 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.preferences.panels.shortcuts.getGroupEditor(groupId) -> none |
|---|---|
| Type | Function |
| Description | Gets the Group Editor |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.shortcuts.init(deps, env) -> module |
|---|---|
| Type | Function |
| Description | Initialise the Module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.shortcuts.setGroupEditor(groupId, editorFn) -> none |
|---|---|
| Type | Function |
| Description | Sets the Group Editor |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.panels.shortcuts.lastGroup <cp.prop: string> |
|---|---|
| Type | Field |
| Description | Last group used in the Preferences Drop Down. |