Internal configuration sent to the Metabox Basic Configurator via postMessage.
Used by Communicator when establishing host-to-iframe communication.
What does it unlock?
Configuration object for MetaBox commands. Contains parameters for command execution and behavior settings.
Practical Application
Configuration object for MetaBox command execution. Contains parameters controlling command behavior and settings.
Used internally by the command dispatch system.
AI Coding Best Practices
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.
Internal configuration sent to the Metabox Basic Configurator via postMessage. Used by Communicator when establishing host-to-iframe communication.
What does it unlock?
Configuration object for MetaBox commands. Contains parameters for command execution and behavior settings.
Practical Application
Configuration object for MetaBox command execution. Contains parameters controlling command behavior and settings. Used internally by the command dispatch system.
AI Coding Best Practices
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.