docs » plugins.core.touchbar.manager.widgets
Touch Bar Widgets Manager
- Functions - API calls offered directly by the extension
- allGroups
- Methods - API calls which can only be made on an object returned by a constructor
- get
- getAll
- id
- new
- params
Signature | plugins.core.touchbar.manager.widgets.allGroups() -> table |
---|---|
Type | Function |
Description | Returns a table containing all of the widget groups. |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.widgets:get(id) -> table |
---|---|
Type | Method |
Description | Gets a Touch Bar widget |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.widgets:getAll() -> table |
---|---|
Type | Method |
Description | Returns all of the created widgets |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.widgets:id() -> string |
---|---|
Type | Method |
Description | Returns the ID of the widget |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.widgets:new(id, params) -> table |
---|---|
Type | Method |
Description | Creates a new Touch Bar Widget. |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.widgets:params() -> function |
---|---|
Type | Method |
Description | Returns the paramaters of the widget |
Parameters |
|
Returns |
|