PostMessage RPC API Documentation - v0.2.2
    Preparing search index...

    Interface WindowConfig

    Configuration for window communication setup

    interface WindowConfig {
        currentWindow: Window;
        targetWindow: Window;
        timeout?: number;
        container?: HTMLElement;
    }
    Index

    Properties

    currentWindow: Window

    The parent window that will communicate with the plugin

    targetWindow: Window

    The plugin's window (usually iframe.contentWindow)

    timeout?: number

    Optional timeout in milliseconds for plugin initialization

    container?: HTMLElement

    Optional container element to remove on timeout