Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventDocumentCustomPopulateComplete

Fired when the .customPopulate() function is run on a document.

Hierarchy

  • EventDocumentCustomPopulateComplete

Index

Properties

Properties

doc

doc: DBDoc

The cloned document with the applied mutations. Changes to this document won't persist to the original.

event

event: "EventDocumentCustomPopulateComplete"

opts

opts: DocumentCustomPopulateOpts

The CustomPopulateQuery object about to be used. Modify this to alter the outcome of the populate function

Generated using TypeDoc