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

    Interface ChangeInfo<T>

    ChangeInfo represents the modifications made during a document update and the message passed.

    interface ChangeInfo<T = OpInfo> {
        actor: string;
        clientSeq: number;
        message: string;
        operations: T[];
        serverSeq: string;
    }

    Type Parameters

    Index

    Properties

    actor: string
    clientSeq: number
    message: string
    operations: T[]
    serverSeq: string