Returns the value of the register.
Not available in React Native environments.
Convenience setter, equivalent to set().
Not available in React Native environments.
Sets the register to the provided value.
Only valid within the update closure of
PendingCursorOperation.update() and
PendingIDSpecificOperation.update(),
otherwise an exception is thrown.
Not available in React Native environments.
Represents a mutable CRDT register that can be set to a specific value when updating a document.
This class can't be instantiated directly, it's returned automatically for any register property of a document within an update block via MutableDocumentPath.register.
Not available in React Native environments.