Constructors

  • The SDK should be configured clientside and it exposes all controllers to work with in other applications

    Parameters

    • config: ConfigType

      The configuration object where the SDK and editor can get configured

    Returns default

Properties

This controller is still experimental and might change in future releases.

connection: Connection
sdkEvents: SdkEvents

SDK method invocation events.

Use this to observe which SDK controller method was called and with which parameters/result. These are SDK-level events (SDK -> consumer), separate from engine subscriber events (config.events).

Methods

  • This method will initiate the editor, running this will result in the editor restarting It will generate an iframe in the document

    Returns void

  • Parameters

    • newConnection: Connection

    Returns void