Hiyve Components - v1.0.0
    Preparing search index...

    Result of expanding a graph node — next-level graph data plus an optional breadcrumb label for the drilled-into level.

    interface ExpandedGraphResult {
        breadcrumbLabel?: string;
        graph: GraphData;
    }
    Index

    Properties

    breadcrumbLabel?: string

    Label shown in the breadcrumb for this drill-down level (e.g. "Alice", "Standup, Jan 14")

    graph: GraphData