interface WebAlertEventData {
    callback: () => void;
    eventName: WebAlert;
    message: string;
    object: WebViewExtBase;
    url: string;
}

Hierarchy (View Summary)

Properties

callback: () => void
eventName: WebAlert

The name of the event.

message: string

The Observable instance that has raised the event.

url: string