Skip to content

@sqlrooms/deck / DeckJsonMapProps

Type Alias: DeckJsonMapProps

DeckJsonMapProps = object

Properties

spec

spec: string | Record<string, unknown>


datasets

datasets: Record<string, DeckDatasetInput>


mapStyle?

optional mapStyle: string


deckProps?

optional deckProps: Partial<DeckProps>


mapProps?

optional mapProps: Partial<MapProps>


showLegends?

optional showLegends: boolean


className?

optional className: string


children?

optional children: ReactNode