OptionalactiveIdentity of the view that was active when the extension triggered window creation. Undefined if no tab was active.
Options for the child window the platform provider should create.
Always 'popup' for extension-created popup windows.
Identity of the auto-created tab backing the popup window.
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.
Generated when an extension creates a popup window on this host window (e.g. via
chrome.windows.create({ type: 'popup' })). The runtime auto-creates a backing View and ChromeBrowser; this event notifies the platform provider so it can create a registered OpenFin window. Only fires on windows created withchromeBrowser: true.