Documentation
    Preparing search index...

    Interface ThemeProxyDeps

    Dependencies for createThemeProxy.

    const proxy = createThemeProxy({
    runtime: shellBridge.runtime,
    originRegistry,
    });
    interface ThemeProxyDeps {
        originRegistry: ProxyOriginRegistry;
        runtime: Runtime;
    }
    Index

    Properties

    originRegistry: ProxyOriginRegistry

    Origin registry for resolving windowId → iframe Window.

    runtime: Runtime

    The runtime engine that will own theme.* dispatch (Phase 13).