@bzr/bazaar
    Preparing search index...

    Function objectMirrorSubscribeListener

    Types of errors that can return from the API

    • Type Parameters

      Parameters

      Returns {
          onAdd: (doc: T) => void;
          onChange: (oldDoc: T, newDoc: T) => void;
          onDelete: (doc: T) => void;
          onInitial: (doc: T) => void;
      }