Back to Pocketbase

Interface ModelErrorEvent

static/jsvm/interfaces/core.ModelErrorEvent.html

latest1.3 KB
Original Source

Interface ModelErrorEvent

Hierarchy

Index

Methods

nexttags

Properties

appcontexterrormodeltype

Methods

next

  • next(): void

Next calls the next hook handler.

Returns void

tags

  • tags(): string[]

Returns string[]

Properties

app

app: App

context

context: context.Context

error

error: Error

model

model: Model

type

type: string

Could be any of the ModelEventType* constants, like:

  • create
  • update
  • delete
  • validate

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc