Skip to content

OpacityVisualVariable

OpacityVisualVariable = object

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

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


stops: OpacityStop[]

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


type: "opacity"

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


optional valueExpression?: string

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