Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 5.23 KB

plugins.core.touchbar.manager.virtual.updateLocationCallback.md

File metadata and controls

57 lines (47 loc) · 5.23 KB

docs » plugins.core.touchbar.manager.virtual.updateLocationCallback


Virtual Touch Bar Update Location Callback

API Overview

API Documentation

Methods

Signature plugins.core.touchbar.manager.virtual.updateLocationCallback:callbackFn() -> function
Type Method
Description Returns the callbackFn of the current Update Location Callback
Parameters
  • * None
Returns
  • The callbackFn of the current Shutdown Callback
Signature plugins.core.touchbar.manager.virtual.updateLocationCallback:get(id) -> table
Type Method
Description Gets an Update Location Callback based on an ID.
Parameters
  • * id - The unique ID for the callback you want to return.
Returns
  • table containing the callback
Signature plugins.core.touchbar.manager.virtual.updateLocationCallback:getAll() -> table
Type Method
Description Returns all of the created Update Location Callbacks
Parameters
  • * None
Returns
  • table containing all of the created callbacks
Signature plugins.core.touchbar.manager.virtual.updateLocationCallback:id() -> string
Type Method
Description Returns the ID of the current Update Location Callback
Parameters
  • * None
Returns
  • The ID of the current File Dropped to Dock Icon Callback as a string
Signature plugins.core.touchbar.manager.virtual.updateLocationCallback:new(id, callbackFn) -> table
Type Method
Description Creates a new Update Location Callback
Parameters
  • * id - The unique ID for this callback.
Returns
  • table that has been created