Class: InteractionEvent

bu.interaction. InteractionEvent

Events emitted when parameters controlled by a bu.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:
bu/events.js

Extends

Members


interactionName :string

Parameter values.

Type:
  • string
Source:
bu/events.js

message :string

Message.

Type:
  • string
Source:
bu/events.js

parameters :Object.<string, Object>

Parameter values.

Type:
  • Object.<string, Object>
Source:
bu/events.js