ViewChannelViewDataChangedEvent<T, R>
TYPE DEFINITION
Represents a changing of the data of a ViewChannelView
Since 1.6.0
Extends ViewChannelBaseEventProperties
-
data
T
The new data for the ViewChannelView
Since 1.6.0
-
index
number
The index of the view which had its data changed
Note: this was the index at the time of changing, it might no longer be accurate.
Since 1.6.0
-
type
"DATA_CHANGED"
Which type occurred
Since 1.6.0
-
view
The views which had its data changed
Since 1.6.0