rmapi-js
    Preparing search index...

    Interface SceneGlyphItemBlock

    the 0x03 scene glyph item block — a text highlight

    interface SceneGlyphItemBlock {
        currentVersion: number;
        extraData: Uint8Array;
        item: SceneItem<GlyphRange>;
        minVersion: number;
        parentId: CrdtId;
        type: "sceneGlyphItem";
    }

    Hierarchy

    • BlockCommon
      • SceneGlyphItemBlock
    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 highlight, in its crdt-sequence envelope

    minVersion: number

    the block's minimum reader version

    parentId: CrdtId

    the parent group's crdt id

    type: "sceneGlyphItem"

    the block-type discriminant