Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIsArrayOfObjectOptions

Hierarchy

Index

Properties

Properties

Optional eq

eq: undefined | number

Length should be equal to eq

Optional max

max: undefined | number

Length should be max to max

Optional message

message: undefined | string

Custom error message if test fails. (check Rule.formatMessage for more customization details)

Optional min

min: undefined | number

Length should be min min

schema

schema: Validator

A Validator object to be checked against the object.

Generated using TypeDoc