addErrorListener
addErrorListener: boolean
connection
connection: AsyncDuckDBConnection | null
datetimeExtents
datetimeExtents: Record<DatetimeExtentSource, [number, number] | null>
datetimeFilters
datetimeFilters: Record<string, [number, number]>
fillColor
fillColor: Color
hivePartitioning
hivePartitioning: boolean
hrefIsParquet
hrefIsParquet: boolean
layers
layers: Record<string, Layer>
lineColor
lineColor: Color
mapBbox
mapBbox: BBox2D | null
maplibreLayers
maplibreLayers: Record<string, ExtraLayerProps>
oidcAccessToken
oidcAccessToken: string | null
projection
projection: Projection
removeToken
removeToken: (uri: string) => void
searchParams
searchParams: Record<string, SearchParams>
setAddErrorListener
setAddErrorListener: (addErrorListener: boolean) => void
setConnection
setConnection: (connection: AsyncDuckDBConnection) => void
setDatetimeExtent
setDatetimeExtent: (
source: DatetimeExtentSource,
extent: [number, number] | null,
) => void
setDatetimeFilter
setDatetimeFilter: (href: string, filter: [number, number] | undefined) => void
setHivePartitioning
setHivePartitioning: (hivePartitioning: boolean) => void
setHref
setHref: (href: string | null) => void
setLayer
setLayer: (id: string, layer: Layer<{}> | undefined) => void
setMapBbox
setMapBbox: (bbox: BBox2D | null) => void
setMaplibreLayer
setMaplibreLayer: (id: string, layer: ExtraLayerProps | undefined) => void
setOidcAccessToken
setOidcAccessToken: (token: string | null) => void
setProjection
setProjection: (projection: Projection) => void
setSearchParams
setSearchParams: (key: string, params: SearchParams) => void
setStacGeoparquetId
setStacGeoparquetId: (id: string | null) => void
setToken
setToken: (uri: string, token: string) => void
setUploadedFile
setUploadedFile: (uploadedFile: File) => void
setValueBbox
setValueBbox: (bbox: BBox2D | null) => void
stacGeoparquetId
stacGeoparquetId: string | null
toggleProjection
toggleProjection: () => void
tokens
tokens: Record<string, string>
uploadedFile
uploadedFile: File | null
valueBbox
valueBbox: BBox2D | null
Shape of the shared Zustand store. See useStore.