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

    Type Alias SetOpInfo

    SetOpInfo represents the information of the set operation.

    type SetOpInfo = {
        key: string;
        path: string;
        type: "set";
    }
    Index

    Properties

    Properties

    key: string
    path: string
    type: "set"