From 7e437330ae3471de530073b8b5d955f577251ce3 Mon Sep 17 00:00:00 2001 From: Ryan Blenis Date: Mon, 2 Dec 2019 16:09:33 -0500 Subject: [PATCH] Update docs --- plugin_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_development.md b/plugin_development.md index d5572255..83a66f2c 100644 --- a/plugin_development.md +++ b/plugin_development.md @@ -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