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

    Variable AppLoadedConst Internal

    AppLoaded: "appLoaded" = 'appLoaded'

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

    Indicates when the application has completed initialization.

    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 with true value is the reliable signal that MetaBox PixelStreaming is become visible.