MiniMapNodeProps
The MiniMapNodeProps type defines the props for nodes in the MiniMap component. This is only relevant if you pass a custom node type to the MiniMap.
Fields
The props that are passed to the MiniMapNode component
id: stringx: numbery: numberwidth: numberheight: numberborderRadius: numberclassName: stringcolor?: stringshapeRendering: stringstrokeColor?: stringstrokeWidth?: numberstyle?: CSSPropertiesselected: booleanonClick?: (event: MouseEvent<Element, MouseEvent>, id: string) => void