@sqlrooms/deck / DeckJsonMapProps
Type Alias: DeckJsonMapProps
DeckJsonMapProps =
object
Properties
spec
spec:
string|Record<string,unknown>
datasets
datasets:
Record<string,DeckDatasetInput>
mapStyle?
optionalmapStyle:string
deckProps?
optionaldeckProps:Partial<DeckProps>
mapProps?
optionalmapProps:Partial<MapProps>
showLegends?
optionalshowLegends:boolean
className?
optionalclassName:string
children?
optionalchildren:ReactNode
