Interface OverviewMapProps
interface OverviewMapProps { height?: ConditionalValue< | undefined | SizesToken | `var(--${string})` | AnyString | Height<String | Number> | readonly NonNullable<(Height<String | Number> | undefined)
>[], >; map?: MapModel; mapId?: string; olLayer: BaseLayer; width?: ConditionalValue< | undefined | SizesToken | `var(--${string})` | AnyString | Width<String | Number> | readonly NonNullable<(Width<String | Number> | undefined)
>[], >;} Properties
Optional
height
height?: ConditionalValue<
| undefined
| SizesToken
| `var(--${string})`
| AnyString
| Height<String | Number>
| readonly NonNullable<(Height<String | Number> | undefined)>[],
>
Optional
mapId
mapId?: string
olLayer
olLayer: BaseLayer
Optional
width
width?: ConditionalValue<
| undefined
| SizesToken
| `var(--${string})`
| AnyString
| Width<String | Number>
| readonly NonNullable<(Width<String | Number> | undefined)>[],
>
These are properties supported by the OverviewMap.