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

    Interface GraphEdgeSpec

    interface GraphEdgeSpec {
        fromId: string;
        toId: string;
        restLength?: number;
        strength?: number;
    }
    Index

    Properties

    fromId: string
    toId: string
    restLength?: number
    strength?: number