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

    Class MetaboxConfigInternal

    Represents a command to send Metabox Config to Metabox Basic Configurator.

    Configuration object passed to MetaBox during initialization. Specifies domain, host, standalone mode, and other parameters that control how the configurator behaves.

    Internal configuration object auto-sent during initialization. Contains appId and config. DO NOT call directly — integrateMetabox() handles this automatically as part of its setup sequence.

    NEVER instantiate or send MetaboxConfig manually. It is auto-sent by integrateMetabox(). Use the IntegrateMetaboxConfig parameter of integrateMetabox() instead for setting domain, standalone, loadingImage, introImage, state, etc.

    Automatically sent when the Communicator instance is ready.

    The unique identifier for the Communicator Instance

    optional initial config: standalone - if true - disable metabox custom template and all logic

    Index

    Constructors

    Properties

    Constructors

    Properties

    data: ToMetaBoxMessageEnvelope

    The message envelope populated by subclass constructors and sent via Communicator.sendCommandToMetabox.