Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides information about a live query event relating to a single document live query.

Hierarchy

  • SingleDocumentLiveQueryEvent

Index

Properties

Readonly isInitial

isInitial: boolean

Whether or not this is the initial event being delivered.

Optional Readonly oldDocument

oldDocument?: Document

The old representation of the document with the relveant document ID.

Methods

hash

  • Returns a hash that represents the set of matching documents.

    Parameters

    Returns BigInt

hashMnemonic

  • hashMnemonic(document: Document): string
  • Returns a pattern of words that together create a mnemonic, which represents the set of matching documents.

    Parameters

    Returns string