NodeData

The data that can be attached to a node in the graph. This type extends the node data with layout-specific information.

Type
{
labelStyle?: CSSProperties
className?: string
label?: string
yData?: NodeLayoutData
}