@3dsource/metabox-front-api
    Preparing search index...

    Type Alias ShowCaseStatus

    ShowCaseStatus: "init" | "play" | "pause" | "stop"

    Defines the structure for an available showcase status for the current product on a scene.

    Type alias for showcase status states. Defines possible states of showcase/timeline playback.

    Type alias: 'init' | 'play' | 'pause' | 'stop'. Received via showcaseStatusChanged event. Use to conditionally render playback controls and toggle configurator interactivity during demos.

    Subscribe to showcaseStatusChanged and switch UI state: 'play' → show pause button, disable config controls; 'pause' → show play/stop buttons; 'stop' → show play button, re-enable all config controls.