Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidationHost

Information container about the Field and Editor instances for the item being validated.

export

Hierarchy

  • ValidationHost

Index

Constructors

Properties

Constructors

constructor

Properties

action

action: string

Action being performed (edit, create or remove)

type

{string}

db

db: knex

Database connection

type

{knex}

editor

editor: Editor

Editor instance

type

{Editor}

field

field: Field

Field instance

type

{Field}

id

id: string

Id of the row being edited or removed. Will be undefined for create

type

{string}

Generated using TypeDoc