Options
All
  • Public
  • Public/Protected
  • All
Menu

A document belonging to a Collection with an inner value.

Hierarchy

  • Document

Index

Accessors

Methods

Accessors

id

value

  • get value(): any
  • The document's inner value.

    Returns any

Methods

at

  • Returns a DocumentPath instance 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 DocumentPath