rmapi-js
    Preparing search index...

    Interface SceneLineItemBlock

    the 0x05 scene line item block — a stroke

    interface SceneLineItemBlock {
        currentVersion: number;
        extraData: Uint8Array;
        item: SceneItem<RmV6Line>;
        minVersion: number;
        parentId: CrdtId;
        type: "sceneLineItem";
    }

    Hierarchy

    • BlockCommon
      • SceneLineItemBlock
    Index

    Properties

    currentVersion: number

    the block's current version (selects the point encoding for lines)

    extraData: Uint8Array

    the unread tail of the block, preserved for round-tripping

    the stroke, in its crdt-sequence envelope

    minVersion: number

    the block's minimum reader version

    parentId: CrdtId

    the parent group's crdt id

    type: "sceneLineItem"

    the block-type discriminant