Type Alias SugiSeparation<NodeDatum, LinkDatum>

SugiSeparation: Separation<SugiDatum<NodeDatum, LinkDatum>, undefined>

A function that defines the horizontal separation between nodes

The separation function takes a left and right node, and returns how far apart their centers should be.

Type Parameters

  • NodeDatum = never
  • LinkDatum = never