Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectLifecycleInfo

Represents changes in the objects kept for lifecycle management by the ObjectLifecycleController. Changes are provided by the properties added, removed, or changed where exactly one is set and the others are not defined.

Hierarchy

  • ObjectLifecycleInfo

Index

Properties

Optional added

added?: CoatyObject[]

Array of objects which have been newly advertised or discovered (optional). The value is not defined if no additions occured.

Optional changed

changed?: CoatyObject[]

Array of objects which have been readvertised or rediscovered with different object properties (optional). The value is not defined if no changes occured.

Optional removed

removed?: CoatyObject[]

Array of objects which have been deadvertised (optional). The value is not defined if no removals occured.

Generated using TypeDoc