rmapi-js
    Preparing search index...

    Interface SceneGroupItemBlock

    the 0x04 scene group item block — attaches a child node to a parent

    interface SceneGroupItemBlock {
        currentVersion: number;
        extraData: Uint8Array;
        item: SceneItem<CrdtId>;
        minVersion: number;
        parentId: CrdtId;
        type: "sceneGroupItem";
    }

    Hierarchy

    • BlockCommon
      • SceneGroupItemBlock
    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 child node's crdt id, in its crdt-sequence envelope

    minVersion: number

    the block's minimum reader version

    parentId: CrdtId

    the parent group's crdt id

    type: "sceneGroupItem"

    the block-type discriminant