interface WebConfirmEventData {
    callback: (response: boolean) => void;
    eventName: WebConfirm;
    message: string;
    object: WebViewExtBase;
    url: string;
}

Hierarchy (View Summary)

Properties

callback: (response: boolean) => void
eventName: WebConfirm

The name of the event.

message: string

The Observable instance that has raised the event.

url: string