Interface SceneMetadata

interface SceneMetadata {
    options?: SceneOptions<any>;
    sceneId: string;
    type: "base" | "wizard";
}

Properties

Properties

options?: SceneOptions<any>
sceneId: string
type: "base" | "wizard"