docs » plugins.core.touchbar.manager.virtual.updateLocationCallback
Virtual Touch Bar Update Location Callback
- Methods - API calls which can only be made on an object returned by a constructor
- callbackFn
- get
- getAll
- id
- new
Signature | plugins.core.touchbar.manager.virtual.updateLocationCallback:callbackFn() -> function |
---|---|
Type | Method |
Description | Returns the callbackFn of the current Update Location Callback |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.virtual.updateLocationCallback:get(id) -> table |
---|---|
Type | Method |
Description | Gets an Update Location Callback based on an ID. |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.virtual.updateLocationCallback:getAll() -> table |
---|---|
Type | Method |
Description | Returns all of the created Update Location Callbacks |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.virtual.updateLocationCallback:id() -> string |
---|---|
Type | Method |
Description | Returns the ID of the current Update Location Callback |
Parameters |
|
Returns |
|
Signature | plugins.core.touchbar.manager.virtual.updateLocationCallback:new(id, callbackFn) -> table |
---|---|
Type | Method |
Description | Creates a new Update Location Callback |
Parameters |
|
Returns |
|