d3-dag
    Preparing search index...

    Type Alias Group<NodeDatum, LinkDatum>

    Group: (node: GraphNode<NodeDatum, LinkDatum>) => string | undefined

    a group assignment accessor

    A group accessor assigns specific nodes a group string. Layering operators that take a group accessor should respect the convention that nodes with the same group should have the same layer.

    Type Parameters

    • in NodeDatum = never
    • in LinkDatum = never

    Type Declaration