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

    Type Alias ToMetaBoxActions

    Union of all action string literals from MetaboxBasicConfiguratorActions.

    Type alias for all actions that can be sent to MetaBox. Defines the complete set of command types available.

    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.

    Reference for building command dispatchers or admin tools. Full command set includes all values of MetaboxBasicConfiguratorActions like: "metaboxConfig" | "setEnvironment" | "setEnvironmentMaterialById" | ...