Generated when a child content is loaded into a browser.

Hierarchy

  • ChildContentOpenedInBrowserEvent

Properties

disposition: string
features: string

The features string passed to window.open()

frameName: string

The frame name passed to window.open()

name: string
parsedFeatures: Partial<WindowOptions>

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.

topic: string
type: "child-content-opened-in-browser"
url: string

The absolute url which triggered this event.

uuid: string