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

    Interface CachedPathResult

    interface CachedPathResult {
        path: CachedPathPoint[] | null;
        cost: number;
        nodesExpanded: number;
    }
    Index

    Properties

    path: CachedPathPoint[] | null
    cost: number
    nodesExpanded: number