Event data containing information for the loading events of a WebView.

interface WebViewEventData {
    data?: any;
    object: WebViewExtBase;
}

Hierarchy (View Summary)

Properties

Properties

data?: any

The Observable instance that has raised the event.