Namespace for events shared by all OpenFin WebContents elements (i.e. Window,
View).
WebContents events are divided into two groups: WillPropagateWebContentsEvent and NonPropagatedWebContentsEvent. Propagating events
will re-emit on parent entities - e.g., a propagating event in a view will also be emitted on the view's
parent window, and propagating events in a window will also be emitted on the window's parent Application.
Non-propagating events will not re-emit on parent entities.
Namespace for events shared by all OpenFin WebContents elements (i.e. Window, View).
WebContents events are divided into two groups: WillPropagateWebContentsEvent and NonPropagatedWebContentsEvent. Propagating events will re-emit on parent entities - e.g., a propagating event in a view will also be emitted on the view's parent window, and propagating events in a window will also be emitted on the window's parent Application.
Non-propagating events will not re-emit on parent entities.