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

    Interface Showcase

    Details showcase the presentation of a product.

    Interface for showcase/demo mode features. Defines properties for timeline-based presentation of the configurator state.

    Showcase/demo animation data. Defines camera animation sequences for auto-playing product presentations — timeline-based with camera movements, transitions, and durations.

    Check if products have associated showcase data before enabling demo playback buttons. Use showcase metadata (duration, slot count) to build custom timeline controls. Playback sequence: InitShowcase → PlayShowcase → monitor via showcaseStatusChanged.

    interface Showcase {
        __typename: "Showcase";
        duration?: number;
        lowBandwidth?: (Timecode | null)[] | null;
    }
    Index

    Properties

    __typename: "Showcase"

    Represents object typename for the showcase.

    duration?: number

    Duration for the showcase (optional).

    lowBandwidth?: (Timecode | null)[] | null

    A list of low-bandwidth versions for the showcase (optional).