• Register an externally created Surface with the Toolkit's Vue subsystem. This method lets you register a Surface that you created using vanilla JS (for instance if you dont want to render using Vue components) and then other Vue components such as a Palette or Inspector will be able to interact with it.

    Parameters

    • surfaceId: string
    • surface: Surface

    Returns void

Version :