@3dsource/metabox-modular-configurator-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.

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

    Check if components 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).