ID of the CRDT node.
Raw value of the constant. It can be any JSON/CBOR value, or a logical timestamp Timestamp.
Readonly
idID of the CRDT node.
Readonly
valRaw value of the constant. It can be any JSON/CBOR value, or a logical timestamp Timestamp.
Represents the
con
type of the JSON CRDT specification.Constant type represents an immutable JSON value. It can be any JSON/CBOR value including deeply nested objects and arrays, Uint8Array binary data, or it can store a logical timestamp. The constant value cannot be edited.