Interface LoroEvent

The concrete event of Loro.

interface LoroEvent {
    diff: Diff;
    path: Path;
    target: ContainerID;
}

Properties

Properties

diff: Diff
path: Path

The absolute path of the event's emitter, which can be an index of a list container or a key of a map container.

target: ContainerID

The container ID of the event's target.