Type Alias EdgeStyleFunction

EdgeStyleFunction: (
    state: CellState,
    source: CellState,
    target: CellState | null,
    points: Point[],
    result: Point[],
) => void

Computes the actual points of the edge.

Type declaration