webViewPayload: {
    id: string;
    parent: webViewParent;
    url: string;
}

Represents the payload for a web view.

Type declaration

  • id: string

    The ID of the web view.

  • parent: webViewParent

    The parent of the web view.

  • url: string

    The URL of the web view.

Generated using TypeDoc