Back to Pocketbase

Interface PostValidator

static/jsvm/interfaces/core.PostValidator.html

latest957 B
Original Source

Interface PostValidator

PostValidator defines an optional model interface for registering a function that will run AFTER executing the validation hooks (see [App.ValidateWithContext]).

Hierarchy

  • PostValidator

Indexable

Index

Methods

postValidate

Methods

postValidate

  • postValidate(ctx, app): void

PostValidate defines a function that runs AFTER the successful execution of the validation hooks.

Parameters

ctx: context.Context
app: App

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc