Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRuleValidateOptions

Hierarchy

  • IRuleValidateOptions

Index

Properties

Optional allValues

allValues: any

All the values that are under test.

key

key: string

The key for the value to be checked

label

label: string

The name or label of the value being checked.

path

path: any[]

Specifies the current validation path.

Optional returnEarly

returnEarly: undefined | false | true

If true returns the after getting the first error.

Optional showNestedError

showNestedError: undefined | false | true

If true shows nested errors.

Generated using TypeDoc