Represents a CRDT register that can be upserted as part of a document or assigned to a property during an update of a document.

Hierarchy

Constructors

Accessors

Constructors

  • Creates a new Register that can be used as part of a document's content.

    Parameters

    • value: any

    Returns Register

Accessors

  • get value(): any
  • Returns the value of the register.

    Returns any