📄️ require
This item is only present in the API object given to an extension; it is
📄️ log
A handle to a bundle specific logger. Has methods info, debug, warn,
📄️ config
This object is a copy of the full application configuration that the bundle is
📄️ asset
This item is only present in the API object in panels and graphics; it is
📄️ bundle
This object is a copy of the bundle manifest for this
📄️ bundleVars.set
Store the provided value into the persistent storage for this bundle under the
📄️ bundleVars.get
Fetch the value of the provided key from the persistent storage for this bundle
📄️ bundleVars.delete
Delete the value of the provided key from the persistent storage for this
📄️ sendMessage
Be careful of invoking this from server side code immediately at startup;
📄️ sendMessageToBundle
Be careful of invoking this from server side code immediately at startup;
📄️ listenFor
Listen for a given event to arrive and, when it does, invoke the listener with
📄️ toast
Display a toast in the dashboard that contains the provided message text.
📄️ createRouter
This item is only present in the API object given to an extension; it is
📄️ mount
This item is only present in the API object given to an extension; it is