Documentation
    Preparing search index...

    Interface KeysForwarderOriginRegistry

    Minimal origin-registry contract used by the forwarder — matches the @kehto/shell singleton originRegistry and test doubles alike.

    interface KeysForwarderOriginRegistry {
        getIframeWindow(windowId: string): Window | null;
    }
    Index

    Methods

    • Resolve a registered napplet windowId to its iframe Window, or null.

      Parameters

      • windowId: string

      Returns Window | null