Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MutableDocument

A representation of a Document that can be mutated via MutableDocumentPath. You don't create or interact with a MutableDocument direclty but rather through our proxy-based subscripting API exposed within the update() methods of PendingCursorOperation and PendingIDSpecificOperation.

Hierarchy

  • MutableDocument

Index

Accessors

Methods

Accessors

id

value

Methods

at

  • Returns a MutableDocumentPath object with the provided key incorporated into the document path.

    Parameters

    • key: string

      The initial part of the path needed to get to the key in the document you wish to get the value of.

    Returns MutableDocumentPath