Interface StratifyOps<NodeDatum, LinkDatum>

the operators for the stratify operator

interface StratifyOps<in NodeDatum = never, out LinkDatum = unknown> {
    id: Id<NodeDatum>;
    parentData: ParentData<NodeDatum, LinkDatum>;
    parentIds: ParentIds<NodeDatum>;
}

Type Parameters

  • in NodeDatum = never
  • out LinkDatum = unknown

Properties

the id operator

the parent data operator

parentIds: ParentIds<NodeDatum>

the parent ids operator