@roomy-chat/sdk
    Preparing search index...

    Type Alias TreeNodeValue

    type TreeNodeValue = {
        children: TreeNodeValue[];
        fractionalIndex: string;
        id: TreeID;
        index: number;
        meta: LoroMap;
        parent: TreeID | undefined;
    }
    Index

    Properties

    children: TreeNodeValue[]
    fractionalIndex: string
    id: TreeID
    index: number
    meta: LoroMap
    parent: TreeID | undefined