rmapi-js
    Preparing search index...

    Interface TreeNodeAnchor

    the four values a tree node carries when it's anchored, always together

    interface TreeNodeAnchor {
        id: LwwValue<CrdtId>;
        originX: LwwValue<number>;
        threshold: LwwValue<number>;
        type: LwwValue<number>;
    }
    Index

    the anchor node's crdt id

    originX: LwwValue<number>

    the anchor's horizontal origin

    threshold: LwwValue<number>

    the anchor threshold

    type: LwwValue<number>

    the anchor type