Activate a Scene and await its canvas render before the step is shown.

interface ActivateSceneDrive {
    kind: "activate-scene";
    uuid: string;
}

Properties

Properties

kind: "activate-scene"
uuid: string

UUID of the Scene to activate and view.