Skip to content
Guides API

UtilityElementDescriptor

UtilityElementDescriptor = object

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

Describes a starting location for a trace — the network element to begin from, identified by its asset-type path and global id. The native side resolves it to a UtilityElement.

assetGroup: string

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

Asset group name (e.g. 'Circuit Breaker').


assetType: string

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

Asset type name (e.g. 'Three Phase').


globalId: string

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

Feature global id ({...} UUID string).


networkSource: string

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

Network source name (e.g. 'Electric Distribution Device').