Update docs

This commit is contained in:
Ryan Blenis 2019-12-02 16:09:33 -05:00
parent 3cc2d9ae7e
commit 1d9ad31545
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ These are separated into the following categories depending on the type of funct
### Web UI Hooks
`onDeviceRefeshEnd`: called when a device is selected in the MeshCentral web interface
`registerPluginTab`: called when a device is selected in the MeshCentral web interface to register a new tab for plugin data, if required
`registerPluginTab`: callable when a device is selected in the MeshCentral web interface to register a new tab for plugin data, if required. Accepts an object, or function that returns an object, with the following properties: { tabId: "yourShortNameHere", tabTitle: "Your Display Name"}. A tab and div with the associated ID and title will be created for your use
`onDesktopDisconnect`: called when a remote desktop session is disconnected
#### Exports