Documentation - v19.9.0-dev
    Preparing search index...
    interface NavigationEdge {
        accessible: boolean;
        direction: NavigationEdgeDirection;
        fromNodeId: string;
        geometryValid: boolean;
        id: string;
        toNodeId: string;
    }
    Index

    Properties

    accessible: boolean
    fromNodeId: string
    geometryValid: boolean
    id: string
    toNodeId: string