#plugins.core.touchbar.prefs

Touch Bar Preferences Panel


#API Overview

Variables - Configurable values

Functions - API calls offered directly by the extension

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Variables

Signatureplugins.core.touchbar.prefs.defaultIconPath -> string
TypeVariable
DescriptionDefault Path where built-in icons are stored
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 32

Signatureplugins.core.touchbar.prefs.maxItems -> number
TypeVariable
DescriptionThe maximum number of Touch Bar items per group.
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 52

Signatureplugins.core.touchbar.prefs.supportedExtensions -> string
TypeVariable
DescriptionTable of supported extensions for Touch Bar Icons.
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 27

#Functions

Signatureplugins.core.touchbar.prefs.getGroupEditor(groupId) -> none
TypeFunction
DescriptionGets the Group Editor
Parameters
  • groupId - Group ID
Returns
  • Group Editor
NotesNone
ExamplesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 376

Signatureplugins.core.touchbar.prefs.init(deps, env) -> module
TypeFunction
DescriptionInitialise the Module.
Parameters
  • deps - Dependancies Table
  • env - Environment Table
Returns
  • The Module
NotesNone
ExamplesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 566

Signatureplugins.core.touchbar.prefs.setGroupEditor(groupId, editorFn) -> none
TypeFunction
DescriptionSets the Group Editor
Parameters
  • groupId - Group ID
  • editorFn - Editor Function
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 359

#Fields

Signatureplugins.core.touchbar.prefs.enabled <cp.prop: boolean>
TypeField
DescriptionEnable or disable Touch Bar Support.
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 37

Signatureplugins.core.touchbar.prefs.lastGroup <cp.prop: string>
TypeField
DescriptionLast group used in the Preferences Drop Down.
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 42

Signatureplugins.core.touchbar.prefs.scrollBarPosition <cp.prop: string>
TypeField
DescriptionLast group used in the Preferences Drop Down.
NotesNone
Sourcesrc/plugins/core/touchbar/prefs/init.lua line 47