@3dsource/metabox-modular-configurator-api
    Preparing search index...

    Variable MetaboxModularConfiguratorActionsConst

    MetaboxModularConfiguratorActions: {
        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";
        setComponent: "setComponent";
        setComponentMaterialById: "setComponentMaterialById";
        setEnvironment: "setEnvironment";
        setEnvironmentMaterialById: "setEnvironmentMaterialById";
        showEmbeddedMenu: "showEmbeddedMenu";
        showMeasurement: "showMeasurement";
        showOverlayInterface: "showOverlayInterface";
        stopShowcase: "stopShowcase";
    } = ...

    Registry of all action identifiers that can be sent from the host application to the Metabox Modular 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 modular 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"
    • ReadonlysetComponent: "setComponent"
    • ReadonlysetComponentMaterialById: "setComponentMaterialById"
    • ReadonlysetEnvironment: "setEnvironment"
    • ReadonlysetEnvironmentMaterialById: "setEnvironmentMaterialById"
    • ReadonlyshowEmbeddedMenu: "showEmbeddedMenu"
    • ReadonlyshowMeasurement: "showMeasurement"
    • ReadonlyshowOverlayInterface: "showOverlayInterface"
    • ReadonlystopShowcase: "stopShowcase"