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}

Methods

  • Listener on connectors, if this changes, this listener will get triggered with the updates

    Parameters

    • connectors: string

      Stringified array of ConnectorInstance type

    Returns void

  • 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.

    Parameters

    • pageSize: string

      Stringified object of the PageSize

    Returns void