Methods
-
added() → {Array.<T>}
-
Represents the set of items added on the remote side compared to the local state.
Returns:
the array of items added on the remote side compared to the local state.- Type
- Array.<T>
-
removed() → {Array.<T>}
-
Represents the set of items removed on the remote side compared to the local state.
Returns:
the array of items removed on the remote side compared to the local state.- Type
- Array.<T>