Represents a command to send Metabox Config to Metabox Basic Configurator.
What does it unlock?
Configuration object passed to MetaBox during initialization. Specifies domain, host, standalone mode,
and other parameters that control how the configurator behaves.
Practical Application
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.
AI Coding Best Practices
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.
Param: appId
The unique identifier for the Communicator Instance
Param: config
optional initial config: standalone - if true - disable metabox custom template and all logic
Represents a command to send Metabox Config to Metabox Basic Configurator.
What does it unlock?
Configuration object passed to MetaBox during initialization. Specifies domain, host, standalone mode, and other parameters that control how the configurator behaves.
Practical Application
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.
AI Coding Best Practices
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.
Param: appId
The unique identifier for the Communicator Instance
Param: config
optional initial config: standalone - if true - disable metabox custom template and all logic