Table of contents

Public class

Signature
class ArrayOfValidator<T> extends Validator<T[]> {}
References

Validator

Source

packages/validate/src/lib/validation.ts


Constructor

Public constructor

Constructs a new instance of the ArrayOfValidator class

Parameters
NameDescription

itemValidator

Validatable<T>
References

Validatable


Properties

itemValidator

Public readonly property

Signature
readonly itemValidator: Validatable<T>
References

Validatable


Methods

lengthGreaterThan1()

Public method

Signature
lengthGreaterThan1(): Validator<T[]>
References

Validator


nonEmpty()

Public method

Signature
nonEmpty(): Validator<T[]>
References

Validator


videoShapePropsDictValidator