Emitted when zero or more characters are inserted into a RealTimeString. See StringInsertEvent for the actual emitted event.
Emitted when any child element of this element has a change. See ModelChangedEvent for details.
Emitted when a remote reference is created on this RealTimeElement. See RemoteReferenceCreatedEvent for the actual emitted event.
Emitted when characters are removed on a RealTimeString. See StringRemoveEvent for the actual emitted event.
Emitted when characters are spliced on a RealTimeString. See StringSpliceEvent for the actual emitted event.
Emitted when the entire value of a RealTimeString is set, meaning its entire contents were replaced (or initially set). See StringSetValueEvent for the actual emitted event.
Emitted when this element becomes detached, which typically happens when the element is removed from its parent. An ElementDetachedEvent is the actual emitted event.