Skip to content
Guides API

OpacityVisualVariable

OpacityVisualVariable = object

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

Data-driven opacity: each stop maps a feature attribute value to an opacity in [0, 1]. Exactly one of field or valueExpression (Arcade) must be provided.

optional field?: string

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


stops: OpacityStop[]

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


type: "opacity"

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


optional valueExpression?: string

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