Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidatorValidateOptions

Hierarchy

  • IValidatorValidateOptions

Index

Properties

Optional path

path: any[]

Specifies the current validation path.

Optional returnEarly

returnEarly: undefined | false | true

If true returns whenever first key in values fails the test.

Optional returnRuleSetEarly

returnRuleSetEarly: undefined | false | true

If true returns the after getting the first error on all keys.

Optional showNestedError

showNestedError: undefined | false | true

If true shows nested errors.

Generated using TypeDoc