Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (47 loc) · 3.86 KB

plugins.core.shortcuts.prefs.md

File metadata and controls

59 lines (47 loc) · 3.86 KB

docs » plugins.core.shortcuts.prefs


Shortcuts Preferences Panel

API Overview

API Documentation

Constants

Signature plugins.core.shortcuts.prefs.DEFAULT_SHORTCUTS -> string
Type Constant
Description Default Shortcuts File Name

Functions

Signature plugins.core.shortcuts.prefs.getGroupEditor(groupId) -> none
Type Function
Description Gets the Group Editor
Parameters
  • groupId - Group ID
Returns
  • Group Editor
Signature plugins.core.shortcuts.prefs.init(deps, env) -> module
Type Function
Description Initialise the Module.
Parameters
  • deps - Dependancies Table
  • env - Environment Table
Returns
  • The Module
Signature plugins.core.shortcuts.prefs.setGroupEditor(groupId, editorFn) -> none
Type Function
Description Sets the Group Editor
Parameters
  • groupId - Group ID
  • editorFn - Editor Function
Returns
  • None

Fields

Signature plugins.core.shortcuts.prefs.lastGroup <cp.prop: string>
Type Field
Description Last group used in the Preferences Drop Down.