Skip to content

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.

attributes: Record<string, unknown>

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

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


changeType: DynamicEntityChangeType

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

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


entityId: number

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

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


optional geometry?: Geometry

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

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