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

    Type Alias MoveOpInfo

    MoveOpInfo represents the information of the move operation.

    type MoveOpInfo = {
        index: number;
        path: string;
        previousIndex: number;
        type: "move";
    }
    Index

    Properties

    index: number
    path: string
    previousIndex: number
    type: "move"