Documentation
    Preparing search index...

    Interface NotifyProxyDeps

    Dependencies for createNotifyProxy.

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

    Properties

    originRegistry: ProxyOriginRegistry

    Origin registry for resolving windowId → iframe Window.

    runtime: Runtime

    The runtime engine that owns notify.* dispatch (Plan 12-07).