The "kebab-case" classname of the emitter that raised the event.
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 the Download Shelf 'Show All' button is clicked.
Remarks
By default, OpenFin does not handle the clicking of the
Show All
button on the download shelf. Instead, it fires this event, which leaves rendering a download manager to the user. For a simple implementation, thechrome://downloads
page can be used (see the example below):Example