Enumeration Members

authChanged: "authChanged"

Authentication information is changed

reloadRequired: "reloadRequired"

Connector configuration changed that requires the connector to be reloaded in QuickJS. This will trigger multiple 'stateChanged' events while it is reloading. Wait until 'ready'-stateChanged event is received to start using the connector again.

stateChanged: "stateChanged"

This event will be triggered by the following state changes of the connector

  • loading
  • loaded
  • running
  • ready
  • error
unloaded: "unloaded"

Connector is unregistered and no longer exists inside the editor engine. Don't use the 'connectorId' after receiving this event.

Generated using TypeDoc