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