Interface: MiniMapProps ​
Table of contents ​
Properties ​
- ariaLabel
- height
- inversePan
- maskBorderRadius
- maskColor
- maskStrokeColor
- maskStrokeWidth
- nodeBorderRadius
- nodeClassName
- nodeColor
- nodeStrokeColor
- nodeStrokeWidth
- offsetScale
- pannable
- position
- width
- zoomStep
- zoomable
Properties ​
ariaLabel ​
• Optional
ariaLabel: null
| string
height ​
• Optional
height: number
inversePan ​
• Optional
inversePan: boolean
Enable inverse panning, i.e. drag minimap to move viewport in opposite direction
maskBorderRadius ​
• Optional
maskBorderRadius: number
Mask border radius
maskColor ​
• Optional
maskColor: string
Background color of minimap mask
maskStrokeColor ​
• Optional
maskStrokeColor: string
Border color of minimap mask
maskStrokeWidth ​
• Optional
maskStrokeWidth: number
Border width of minimap mask
nodeBorderRadius ​
• Optional
nodeBorderRadius: number
Node border radius
nodeClassName ​
• Optional
nodeClassName: string
| MiniMapNodeFunc
Additional node class name, can be either a string or a string func that receives the current node
nodeColor ​
• Optional
nodeColor: string
| MiniMapNodeFunc
Node color, can be either a string or a string func that receives the current node
nodeStrokeColor ​
• Optional
nodeStrokeColor: string
| MiniMapNodeFunc
Node stroke color, can be either a string or a string func that receives the current node
nodeStrokeWidth ​
• Optional
nodeStrokeWidth: number
Node stroke width
offsetScale ​
• Optional
offsetScale: number
Specify minimap scale
pannable ​
• Optional
pannable: boolean
Enable drag minimap to drag viewport
position ​
• Optional
position: PanelPositionType
| PanelPosition
Position of the minimap PanelPosition
width ​
• Optional
width: number
zoomStep ​
• Optional
zoomStep: number
Specify zoom step
zoomable ​
• Optional
zoomable: boolean
Enable zoom minimap to zoom viewport