Skip to content
Guides API

OpacityVisualVariable

OpacityVisualVariable = object

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

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


stops: OpacityStop[]

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


type: "opacity"

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


optional valueExpression?: string

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