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

    Type Alias EditOpInfo

    EditOpInfo represents the information of the edit operation.

    type EditOpInfo = {
        from: number;
        path: string;
        to: number;
        type: "edit";
        value: { attributes: Indexable; content: string };
    }
    Index

    Properties

    Properties

    from: number
    path: string
    to: number
    type: "edit"
    value: { attributes: Indexable; content: string }