Skip to main content

Interface: GeoVisCanvasProps

Defined in: react/GeoVisCanvas.tsx:5

Properties

className?

optional className?: string

Defined in: react/GeoVisCanvas.tsx:14


style?

optional style?: CSSProperties

Defined in: react/GeoVisCanvas.tsx:13


viewId?

optional viewId?: string

Defined in: react/GeoVisCanvas.tsx:12

Identifier for this canvas within the adapter's ViewMap. Must be unique when multiple GeoVisCanvas elements share one GeoVisProvider (e.g. split-compare layouts). Defaults to 'default' so single-map stories do not need to supply this prop.