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

    Interface Bond

    interface Bond {
        fromId: string;
        toId: string;
        bondType: string;
        value: number;
        rawValue: number;
        ageMs: number;
    }
    Index

    Properties

    fromId: string
    toId: string
    bondType: string
    value: number
    rawValue: number
    ageMs: number