Skip to content
On this page

Interface: MiniMapProps

Table of contents

Properties

Properties

ariaLabel

• Optional ariaLabel: null | string


height

• Optional height: number


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 | 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


pannable

• Optional pannable: boolean

Enable drag minimap to drag viewport


position

• Optional position: PanelPosition

Position of the minimap PanelPosition


width

• Optional width: number


zoomable

• Optional zoomable: boolean

Enable zoom minimap to zoom viewport

Released under the MIT License.