Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRuleSetValidateOptions

Hierarchy

  • IRuleSetValidateOptions

Index

Properties

Optional allValues

allValues: any

All the values that are under test.

Optional isArrayElem

isArrayElem: undefined | false | true

If the field being checked is an array element.

Optional 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