The options the child Window was created with.
The reported disposition of the content creation request.
default
- The default behavior of the browser.foreground-tab
- The content is loaded in a new tab in the foreground. This is the default behavior for window.open()
or a link with target=_blank.background-tab
- The content is loaded in a new tab in the background. This is the default behavior when clicking on a link with the ctrl
or cmd
key pressed.new-window
- The content is loaded in a new window. This is the default behavior when clicking on a link with the shift
key pressed.popup
- The content is loaded in a popup window. This is the result of passing popup features to window.open()
.other
- The content is loaded in some other way.The features string passed to window.open()
The frame name passed to window.open()
The features string passed to window.open()
converted to OpenFin window options
The rule which triggered this event. May be undefined on child-window-created
where no rule corresponds to the child Window creation.
Note: It is only defined if the rules engine found a match for a user-supplied rule, not in the case of an api call or the default behavior.
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).
The absolute url which triggered this event.
Generated when a child Window is created.