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

    Variable MetaboxBasicConfiguratorActionsConst

    MetaboxBasicConfiguratorActions: {
        applyZoom: "applyZoom";
        getCallToActionInformation: "getCallToActionInformation";
        getCamera: "getCamera";
        getPdf: "getPdf";
        getScreenshot: "getScreenshot";
        hideMeasurement: "hideMeasurement";
        initShowcase: "initShowcase";
        metaboxConfig: "metaboxConfig";
        pauseShowcase: "pauseShowcase";
        playShowcase: "playShowcase";
        resetCamera: "resetCamera";
        resumeStream: "resumeStream";
        sendCommandToUnreal: "sendCommandToUnreal";
        setCamera: "setCamera";
        setEnvironment: "setEnvironment";
        setEnvironmentMaterialById: "setEnvironmentMaterialById";
        setProduct: "setProduct";
        setProductMaterialById: "setProductMaterialById";
        showEmbeddedMenu: "showEmbeddedMenu";
        showMeasurement: "showMeasurement";
        showOverlayInterface: "showOverlayInterface";
        stopShowcase: "stopShowcase";
    } = ...

    Registry of all action identifiers that can be sent from the host application to the Metabox Basic Configurator. Each key maps to a string used as the action field in the postMessage envelope.

    Variable containing all available action names. Interface listing all actions that the configurator supports.

    Master action registry object — all supported configurator action names. Invaluable reference for building admin dashboards, permission systems, or feature-availability displays.

    Iterate this object to dynamically build action dropdowns, command palettes, or feature checklists in admin tools. Each key is an action name, value is its description. Excellent reference for AI coding agents to understand the full command vocabulary available.

    Type Declaration

    • ReadonlyapplyZoom: "applyZoom"
    • ReadonlygetCallToActionInformation: "getCallToActionInformation"
    • ReadonlygetCamera: "getCamera"
    • ReadonlygetPdf: "getPdf"
    • ReadonlygetScreenshot: "getScreenshot"
    • ReadonlyhideMeasurement: "hideMeasurement"
    • ReadonlyinitShowcase: "initShowcase"
    • ReadonlymetaboxConfig: "metaboxConfig"
    • ReadonlypauseShowcase: "pauseShowcase"
    • ReadonlyplayShowcase: "playShowcase"
    • ReadonlyresetCamera: "resetCamera"
    • ReadonlyresumeStream: "resumeStream"
    • ReadonlysendCommandToUnreal: "sendCommandToUnreal"
    • ReadonlysetCamera: "setCamera"
    • ReadonlysetEnvironment: "setEnvironment"
    • ReadonlysetEnvironmentMaterialById: "setEnvironmentMaterialById"
    • ReadonlysetProduct: "setProduct"
    • ReadonlysetProductMaterialById: "setProductMaterialById"
    • ReadonlyshowEmbeddedMenu: "showEmbeddedMenu"
    • ReadonlyshowMeasurement: "showMeasurement"
    • ReadonlyshowOverlayInterface: "showOverlayInterface"
    • ReadonlystopShowcase: "stopShowcase"