Back to Pocketbase

Interface Event

static/jsvm/interfaces/hook.Event.html

latest673 B
Original Source

Interface Event

Event implements [Resolver] and it is intended to be used as a base Hook event that you can embed in your custom typed event structs.

Example:

type CustomEvent struct { hook.Event SomeField int }Copy

Hierarchy

  • Event

Index

Methods

next

Methods

next

  • next(): void

Next calls the next hook handler.

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc