Listener on connectors, if this changes, this listener will get triggered with the updates
Stringified array of ConnectorInstance type
Listener on page size, this listener will get triggered when the page size is changed, while the document is a project
.
This will not emit anything if your document is a template
.
Stringified object of the PageSize
Listener on when variables change
Stringified array of Variable
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}