g3-toolkit API Reference
    Preparing search index...

    Interface PathResult

    interface PathResult {
        edgeIds: string[];
        found: boolean;
        length: number;
        nodeIds: string[];
    }
    Index

    Properties

    edgeIds: string[]

    Edge IDs along the path.

    found: boolean

    Whether a path was found.

    length: number

    Path length (number of edges).

    nodeIds: string[]

    Ordered node IDs from source to target.