Options
All
  • Public
  • Public/Protected
  • All
Menu

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

  • get _id(): any
  • Returns the ID of the document.

    Returns any

Methods

  • Convenience method, same as calling path.at().

    Parameters

    • keyPathOrIndex: string | number

    Returns MutableDocumentPath