world.events
Properties
Property | Description |
---|---|
globalId | Used to dispatch/listen for events globally. |
Functions
Function | Description |
---|---|
addListener | registers a component to listen to an event. |
dispatch | emit events that the listeners can listen to. |
removeListener | un-registers an existing listener. |