YArrayEvent
Extends:
YEvent → YArrayEvent
Direct Subclass:
src/Types/YText/YText.js~YTextEvent
Event that describes the changes on a YArray
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
addedElements: Set: * Child elements that were added in this transaction. |
|
| public |
remote: * |
|
| public get |
removedElements: Set: * Child elements that were removed in this transaction. |
|
Inherited Summary
| From class YEvent | ||
| public get |
path: * Computes the path from |
|
| public |
currentTarget: YType The current target on which the observe callback is called. |
|
| public |
target: YType The type on which this event was created on. |
|
