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).
Generated when a View is shown.
Remarks
An OpenFin View's
shownevent is only emitted when specific View APIs are called. This event can fire when calling:view.show()orview.showAt()- If a View is previously hidden, ashownevent will be fired.view.attach()- If a View is hidden and attached to a new Window, it will be shown and theshownevent will be fired.view.create()- A Viewshownevent will be fired. (Internally theattachmethod is called when calling thecreatemethod, which fires theshownevent.)