new InteractionEvent(type, interactionName, parameters, message)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | Event type. |
interactionName |
string | Name of the interaction object that emits this event. |
parameters |
Object.<string, Object> | Parameter values. |
message |
string | Message. |
- Source:
- mapspace/events.js
Extends
Members
-
interactionName :string
-
Name of the interaction object that emits this event.
- Source:
- mapspace/events.js
-
message :string
-
Message.
- Source:
- mapspace/events.js
-
parameters :Object.<string, Object>
-
Parameter values.
- Source:
- mapspace/events.js