@roomy-chat/sdk
    Preparing search index...

    Interface LoroEventBatch

    A batch of events that created by a single import/transaction/checkout.

    interface LoroEventBatch {
        by: "local" | "import" | "checkout";
        currentTarget?: ContainerID;
        events: LoroEvent[];
        from: Frontiers;
        origin?: string;
        to: Frontiers;
    }
    Index

    Properties

    by: "local" | "import" | "checkout"

    How the event is triggered.

    currentTarget?: ContainerID

    The container ID of the current event receiver. It's undefined if the subscriber is on the root document.

    events: LoroEvent[]
    from: Frontiers
    origin?: string

    (Optional) Provides information about the origin of the event.