The SubscriberController is responsible for all listeners which can influence the application-state from outside. Callbacks inside this controller can be set by window.SDK.subscriber.{method-name}
window.SDK.subscriber.{method-name}
Listener on connectors, if this changes, this listener will get triggered with the updates
Stringified array of ConnectorInstance type
Listener on when variables change
Stringified array of Variable
Generated using TypeDoc
The SubscriberController is responsible for all listeners which can influence the application-state from outside. Callbacks inside this controller can be set by
window.SDK.subscriber.{method-name}