Documentation
    Preparing search index...

    Interface KeysProxyDeps

    Dependencies for createKeysProxy.

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

    Properties

    originRegistry: ProxyOriginRegistry

    Origin registry for resolving windowId → iframe Window.

    runtime: Runtime

    The runtime engine that owns keys.* dispatch (Plan 12-05).