rmapi-js
    Preparing search index...

    Interface SceneTextItemBlock

    the 0x06 scene text item block — carries no parsed value

    interface SceneTextItemBlock {
        currentVersion: number;
        extraData: Uint8Array;
        item: SceneItem<undefined>;
        minVersion: number;
        parentId: CrdtId;
        type: "sceneTextItem";
    }

    Hierarchy

    • BlockCommon
      • SceneTextItemBlock
    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

    item: SceneItem<undefined>

    the (unparsed) item, in its crdt-sequence envelope

    minVersion: number

    the block's minimum reader version

    parentId: CrdtId

    the parent group's crdt id

    type: "sceneTextItem"

    the block-type discriminant