@yorkie-js/sdk
    Preparing search index...

    Type Alias TreeStyleOpInfo

    TreeStyleOpInfo represents the information of the tree style operation.

    type TreeStyleOpInfo = {
        from: number;
        fromPath: number[];
        path: string;
        to: number;
        toPath: number[];
        type: "tree-style";
        value: { attributes?: Indexable; attributesToRemove?: string[] };
    }
    Index

    Properties

    from: number
    fromPath: number[]
    path: string
    to: number
    toPath: number[]
    type: "tree-style"
    value: { attributes?: Indexable; attributesToRemove?: string[] }