Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 393 Bytes

@dojo/widgets/global-event

Dojo's GlobalEvent enables events to be registered on document and window reactively.

Features

  • Can be used as a wrapping widget and will return children on render or used within a widgets returned DNode structure and returns null from render.
  • Reactively adds and removes global events listeners based on the window and document properties.