Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginManagerSignals

Signals emitted by the plugin manager

Hierarchy

  • PluginManagerSignals

Index

Properties

modalWindowRequested

modalWindowRequested: Signal

Invoked when a creation of a modal window is requested. Receives an instance of PluginUIModal as first argument during dispatch.

pluginAdded

pluginAdded: Signal

Invoked when a new plugin is loaded.

pluginRemoved

pluginRemoved: Signal

Invoked when a plugin is removed

scriptAdded

scriptAdded: Signal

Invoked when a new script is loaded

scriptRemoved

scriptRemoved: Signal

Invoked when a script is removed

updateAttachChanged

updateAttachChanged: Signal

Invoked when a script is attached to / detached from update. First argument is a reference to script record triggering the change.

Generated using TypeDoc