Interface: GeoVisContextValue
Defined in: react/contexts.ts:29
Properties
applyPatch
applyPatch: (
patch) =>void
Defined in: react/contexts.ts:32
Parameters
| Parameter | Type |
|---|---|
patch | SpecPatch |
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
| Parameter | Type |
|---|---|
options | SetViewOptions |
Returns
void
spec
spec:
VisualizationSpec
Defined in: react/contexts.ts:31