Interface TrackerChangeSet

An object with the following properties always present:

Hierarchy

  • TrackerChangeSet

Properties

Properties

added: Device[]

An array of added device objects, each one as in the add event. Empty if none.

changed: Device[]

An array of changed device objects, each one as in the change event. Empty if none.

removed: Device[]

An array of removed device objects, each one as in the remove event. Empty if none.

Generated using TypeDoc