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

    Interface MetaboxCommandConfig

    Internal configuration sent to the Metabox Basic Configurator via postMessage. Used by Communicator when establishing host-to-iframe communication.

    Configuration object for MetaBox commands. Contains parameters for command execution and behavior settings.

    Configuration object for MetaBox command execution. Contains parameters controlling command behavior and settings. Used internally by the command dispatch system.

    Read-only reference — commands use this internally. When building dynamic command systems, refer to individual command class constructors for their specific parameter requirements rather than this config.

    interface MetaboxCommandConfig {
        apiVersion: string;
        hostUrl: string;
        standalone?: boolean;
    }
    Index

    Properties

    apiVersion: string

    The API version string sent to the configurator for compatibility.

    hostUrl: string

    The URL of the host page embedding the configurator.

    standalone?: boolean

    If true, disables Metabox custom template and all related logic.