@braks/vue-flow / MiniMapProps
Interface: MiniMapProps
Table of contents
Properties
Properties
height
• Optional
height: number
maskColor
• Optional
maskColor: string
Background color of minimap
nodeBorderRadius
• Optional
nodeBorderRadius: number
Node border radius
nodeClassName
• Optional
nodeClassName: string
| MiniMapNodeFunc3
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
| MiniMapNodeFunc2
Node stroke color, can be either a string or a string func that receives the current node
nodeStrokeWidth
• Optional
nodeStrokeWidth: number
Node stroke width
width
• Optional
width: number