Class: Difference

Difference

new Difference()

Represents the difference between two states.
Source:

Methods

added() → {Array.<T>}

Represents the set of items added on the remote side compared to the local state.
Source:
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.
Source:
Returns:
the array of items removed on the remote side compared to the local state.
Type
Array.<T>