NodeHalo

Represents a halo for nodes, i.e., a rectangular area around each node in which no other graph elements can be placed during the layout. If only a number is specified, the halo extends the same on all sides.

Type
{
top: number
left: number
bottom: number
right: number
}
| number