Skip to content
Guides API

DynamicEntityChange

DynamicEntityChange = object

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

Payload for the <DynamicEntityLayer onDynamicEntityChange> event. Contains the entity’s current attribute snapshot and geometry at the time of the event.

attributes: Record<string, unknown>

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

The entity’s current attribute values (snapshot at event time).


changeType: DynamicEntityChangeType

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

Whether the entity arrived/updated (received) or was evicted (purged).


entityId: number

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

The entity’s unique numeric id (from the data source’s entityIDField).


optional geometry?: Geometry

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

The entity’s current geometry, or undefined when unavailable.