interface TitleChangedEventData {
    eventName: TitleChanged;
    object: WebViewExtBase;
    title: string;
    url: string;
}

Hierarchy (View Summary)

Properties

eventName: TitleChanged

The name of the event.

The Observable instance that has raised the event.

title: string
url: string