Raw Chromium disposition (newForegroundTab, newBackgroundTab,
newPopup, newWindow, etc.). Informational in v1.
The "kebab-case" classname of the emitter that raised the event.
OpenFin.Frame is represented as iframe.
The type of event that was raised. Equal to the typename of the event payload in "kebab case".
Guaranteed to be unique within each topic, but can be repeated between topics (e.g. WebContentsEvents.CrashedEvent and ApplicationEvents.CrashedEvent).
Initial URL the extension requested.
Identity of the auto-created view backing the new tab.
Generated when an extension creates a tab in this window (e.g. an extension called
chrome.tabs.create). The runtime auto-creates a backing View and fires this event so the host can attach or destroy it. Only fires on windows created withchromeBrowser: true.