ChangedIds
The ChangedIds
type describes the Ids
that were added or removed from a list of Ids
.
{[id: Id]: IdAddedOrRemoved}
It is a simple object that has a Ids
as keys, and an IdAddedOrRemoved
number indicating whether Table Id
was added (1) or removed (-1).
Since
v1.2.0