Skip to main content

Interface: GeoVisContextValue

Defined in: react/contexts.ts:29

Properties

applyPatch

applyPatch: (patch) => void

Defined in: react/contexts.ts:32

Parameters

ParameterType
patchSpecPatch

Returns

void


policyViolations

policyViolations: PolicyViolation[]

Defined in: react/contexts.ts:36

Policy violations detected from spec.metadata on mount. Empty when spec is valid.


runtime

runtime: GeoVisRuntime | null

Defined in: react/contexts.ts:30


setView

setView: (options) => void

Defined in: react/contexts.ts:34

Imperatively moves the camera and syncs spec.view. Animated by default.

Parameters

ParameterType
optionsSetViewOptions

Returns

void


spec

spec: VisualizationSpec

Defined in: react/contexts.ts:31