Back to Pocketbase

Interface RecordEvent

static/jsvm/interfaces/core.RecordEvent.html

latest1.2 KB
Original Source

Interface RecordEvent

Hierarchy

Index

Methods

nexttags

Properties

appcontextrecord?type

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

Optional record

record?: core.Record

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