Type alias EventMap<ID>

EventMap<ID>: {
    update: SyncUpdate<ID>;
}

Type Parameters

  • ID

Type declaration

  • update: SyncUpdate<ID>

    Emitted when a node is updated, i.e. has new sequence numbers.