Skip to content

UtilityElementDescriptor

UtilityElementDescriptor = object

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

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

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


assetType: string

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

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


globalId: string

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

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


networkSource: string

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

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