@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface GraphInformationForQuad<AdditionalVertexInformation, AdditionalEdgeInformation>

    interface GraphInformationForQuad<
        AdditionalVertexInformation extends MergeableRecord,
        AdditionalEdgeInformation extends MergeableRecord,
    > {
        additional?: DataForQuad;
        edges: EdgeInformationForQuad<AdditionalEdgeInformation>[];
        rootIds: NodeId[];
        vertices: VertexInformationForQuad<AdditionalVertexInformation>[];
        [key: string]: unknown;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    additional?: DataForQuad
    rootIds: NodeId[]