Dojo's GlobalEvent
enables events to be registered on document
and window
reactively.
- Can be used as a wrapping widget and will return children on render or used within a widgets returned DNode structure and returns
null
fromrender
. - Reactively adds and removes global events listeners based on the
window
anddocument
properties.