@3dsource/metabox-modular-configurator-api
    Preparing search index...

    Variable AppLoadedConst Internal

    AppLoaded: "appLoaded" = 'appLoaded'

    Action string dispatched by the iframe when the configurator app has loaded.

    App initialization flag variable. Signals when MetaBox has completed loading.

    Use the viewportReady event (more reliable) to gate your UI rendering — don't show controls until MetaBox confirms it's ready.

    Prefer the viewportReady event over this variable: api.addEventListener('viewportReady', (ready) => { if(ready) enableUI(); }). viewportReady is the reliable signal that MetaBox is ready to accept commands.