Code Block |
---|
{ "componentName" : "eventRelay" , "listenEvents" : <Array(String)> // deprecated , "fireEvent" : <String> // deprecated , "listeners" : <Array(String)> , "trigger" : <String> } |
...
Code Block |
---|
listeners: [
<Event>,
] |
Overview
- Forwards an event to a screen locationUses the emitting objects location to forward events to other entities in containing area
Properties
- None
Events
- None
Remarks
...