Class: InteractionEvent

Mapspace.interaction. InteractionEvent

Events emitted when parameters controlled by a Mapspace.interaction.Interaction change.


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