Skip to main content

Function: GeoVisProvider()

GeoVisProvider(__namedParameters): Element

Defined in: react/GeoVisProvider.tsx:77

Provides a GeoVis runtime context for child components. Resolves the appropriate engine adapter based on the spec's engine field, initializes the runtime, and keeps it in sync with spec updates. Throws any adapter initialization error as a React error boundary–catchable exception.

Parameters

ParameterType
__namedParametersGeoVisProviderProps

Returns

Element