FORGE. Event

new Event(emitter, data)

FORGE.Event reference an emitter and eventually some data.
Parameters:
Name Type Description
emitter Object The object that will be considered as the emitter of the event.
data Object Any data associated to this event.
Source:

Members

(readonly, nullable) data :Object

Get the data associated to the event.
Type:
  • Object
Source:

(readonly) emitter :Object

Get the event emitter.
Type:
  • Object
Source:

FORGE. Event

Members