@3dsource/metabox-modular-configurator-api
    Preparing search index...

    Interface CommunicatorConnectionInternal

    What integrateMetabox knows about the iframe it created and the origin it pointed that iframe at. Lets the Communicator check who is talking to it and address the configurator by its exact origin instead of broadcasting.

    interface CommunicatorConnection {
        iframe: HTMLIFrameElement | null;
        origin: string | null;
    }
    Index
    iframe: HTMLIFrameElement | null

    The embedded iframe, when we created it ourselves.

    origin: string | null

    Origin of the configurator document, or null when it is not known yet.