Skip to content
Guides API

DynamicEntityChange

DynamicEntityChange = object

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

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:938

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


changeType: DynamicEntityChangeType

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

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


entityId: number

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

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


optional geometry?: Geometry

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

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