DynamicEntityChange
DynamicEntityChange =
object
Defined in: src/ExpoArcgis.types.ts:899
Payload for the <DynamicEntityLayer onDynamicEntityChange> event.
Contains the entity’s current attribute snapshot and geometry at the time of the event.
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes:
Record<string,unknown>
Defined in: src/ExpoArcgis.types.ts:905
The entity’s current attribute values (snapshot at event time).
changeType
Section titled “changeType”changeType:
DynamicEntityChangeType
Defined in: src/ExpoArcgis.types.ts:901
Whether the entity arrived/updated (received) or was evicted (purged).
entityId
Section titled “entityId”entityId:
number
Defined in: src/ExpoArcgis.types.ts:903
The entity’s unique numeric id (from the data source’s entityIDField).
geometry?
Section titled “geometry?”
optionalgeometry?:Geometry
Defined in: src/ExpoArcgis.types.ts:907
The entity’s current geometry, or undefined when unavailable.