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

    Type Alias RemoveOpInfo

    RemoveOpInfo represents the information of the remove operation.

    type RemoveOpInfo = {
        index?: number;
        key?: string;
        path: string;
        type: "remove";
    }
    Index

    Properties

    Properties

    index?: number
    key?: string
    path: string
    type: "remove"