Hierarchy

Methods

Properties

Methods

  • Next calls the next hook handler.

    Returns void

  • Returns string[]

    Todo

    consider storing the original collection name and use that as a tag to avoid the ambiguity when the collection is being modified (#7613); for new collection also maybe return empty tags?

Properties

app: App
collection?: core.Collection
context: context.Context
type: string

Could be any of the ModelEventType* constants, like:

  • create
  • update
  • delete
  • validate

Generated using TypeDoc