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

    Type Alias TreeNodeShallowValue

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

    Properties

    fractionalIndex: string
    id: TreeID
    index: number
    parent: TreeID | undefined