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

    Type Alias AddOpInfo

    AddOpInfo represents the information of the add operation.

    type AddOpInfo = {
        index: number;
        path: string;
        type: "add";
    }
    Index

    Properties

    Properties

    index: number
    path: string
    type: "add"