mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Fix typo for hook onDeviceRefreshEnd
This commit is contained in:
parent
ba11903615
commit
2410944323
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ These are separated into the following categories depending on the type of funct
|
||||||
- Mesh Agent (Node), to introduce functionality to each agent
|
- Mesh Agent (Node), to introduce functionality to each agent
|
||||||
|
|
||||||
### Web UI Hooks
|
### Web UI Hooks
|
||||||
`onDeviceRefeshEnd`: called when a device is selected in the MeshCentral web interface
|
`onDeviceRefreshEnd`: called when a device is selected in the MeshCentral web interface
|
||||||
`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
|
`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
|
`onDesktopDisconnect`: called when a remote desktop session is disconnected
|
||||||
`onWebUIStartupEnd`: called when the page has loaded for the first time after a login / refresh
|
`onWebUIStartupEnd`: called when the page has loaded for the first time after a login / refresh
|
||||||
|
@ -89,4 +89,4 @@ Versioning your plugin correctly and consistently is essential to ensure users o
|
||||||
A changelog is highly recommended so that your users know what's changed since their last version.
|
A changelog is highly recommended so that your users know what's changed since their last version.
|
||||||
|
|
||||||
## Sample Plugin
|
## Sample Plugin
|
||||||
[MeshCentral-Sample](https://github.com/ryanblenis/MeshCentral-Sample) is a simple plugin that, upon disconnecting from remote desktop, prompts the user to enter a manual event (note), pre-filled in with the date and timestamp.
|
[MeshCentral-Sample](https://github.com/ryanblenis/MeshCentral-Sample) is a simple plugin that, upon disconnecting from remote desktop, prompts the user to enter a manual event (note), pre-filled in with the date and timestamp.
|
||||||
|
|
Loading…
Reference in a new issue