Type alias for all actions that can be sent to MetaBox. Defines the complete set of command types available.
Practical Application
Type alias enumerating all available outgoing command types. Master list of everything your app can tell MetaBox to do.
Use as a checklist when planning which features to implement.
AI Coding Best Practices
Reference for building command dispatchers or admin tools. Full command set includes all values of
MetaboxBasicConfiguratorActions like: "metaboxConfig" | "setEnvironment" | "setEnvironmentMaterialById" | ...
Union of all action string literals from MetaboxBasicConfiguratorActions.
What does it unlock?
Type alias for all actions that can be sent to MetaBox. Defines the complete set of command types available.
Practical Application
Type alias enumerating all available outgoing command types. Master list of everything your app can tell MetaBox to do. Use as a checklist when planning which features to implement.
AI Coding Best Practices
Reference for building command dispatchers or admin tools. Full command set includes all values of MetaboxBasicConfiguratorActions like: "metaboxConfig" | "setEnvironment" | "setEnvironmentMaterialById" | ...