Skip to content

DynamicEntityChangeType

DynamicEntityChangeType = "received" | "purged"

Defined in: src/ExpoArcgis.types.ts:893

The kind of entity lifecycle event emitted by onDynamicEntityChange.

  • received — a new or updated entity observation arrived (fires once per entity, not per observation, so attribute-only updates within the same entity are collapsed).
  • purged — the entity was evicted by the data source’s purge rules.