Loom Engine - v3.1.1
    Preparing search index...

    Interface PathResult

    interface PathResult {
        path: PathPoint[];
        cost: number;
        nodesExpanded: number;
    }
    Index

    Properties

    path: PathPoint[]
    cost: number
    nodesExpanded: number