interface RequestPermissionsEventData {
    eventName: RequestPermissions;
    object: WebViewExtBase;
    permissions: string[];
    url: string;
}

Hierarchy (View Summary)

Properties

The name of the event.

The Observable instance that has raised the event.

permissions: string[]
url: string