Strata - v1.4.10
    Preparing search index...

    Interface EdgeData

    Data attached to a graph edge.

    interface EdgeData {
        bidirectional?: boolean;
        weight: number;
    }
    Index

    Properties

    bidirectional?: boolean

    Whether edge allows two-way travel

    weight: number

    Edge weight for pathfinding algorithms