Options
All
  • Public
  • Public/Protected
  • All
Menu

First event fired immediately after registering a live query without any mutations. All subsequent events are of type LiveQueryEventUpdate.

Hierarchy

  • LiveQueryEventInitial

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly isInitial

isInitial: true = true

Whether or not this is the initial event being delivered. Always true for LiveQueryEventInitial.

Methods

hash

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

    Parameters

    Returns BigInt

hashMnemonic

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

    Parameters

    Returns string