Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CRDTMetaRequest

A request for specific CRDTMessageMeta fields.

This is the MetaRequest type for CRuntime, as passed to PrimitiveCRDT.sendCRDT / Collab.send.

All requests are in addition to those accessed during the sender's own local echo. For most CRDTs, the sender-accessed fields suffice, so requests are not necessary.

Hierarchy

Index

Properties

lamportTimestamp?: boolean
vectorClockKeys?: Iterable<string>

Requests additional vector clock entries for CRDTMessageMeta.vectorClock, keyed by replicaID.

wallClockTime?: boolean

Generated using TypeDoc