Options
Menu

Class ArraySetValueEvent

Emitted when the entire value of a RealTimeArray is set, meaning its entire contents were replaced (or initially set)

Hierarchy

  • ArraySetValueEvent

Implements

Index

Properties

element

The RealTimeArray or HistoricalArray which was modified

local

local: boolean

name

name: string = ArraySetValueEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

sessionId

sessionId: string

The sessionId corresponding to the session that performed the modification

user

The user which performed the modification

NAME

NAME: "value" = "value"