d3-dag
    Preparing search index...

    Interface WrappedParentIds<ParIds>

    What gets returned by Stratify#parentData() when Stratify#parentIds is set.

    interface WrappedParentIds<ParIds extends ParentIds> {
        wrapped: ParIds;
        (
            datum: ParIds extends ParentIds<N> ? N : never,
            index: number,
        ): undefined | Iterable<readonly [string, undefined], any, any>;
    }

    Type Parameters

    Hierarchy (View Summary)

    • Parameters

      Returns undefined | Iterable<readonly [string, undefined], any, any>

    Index

    Properties

    Properties

    wrapped: ParIds

    the wrapped parent ids operator