PassThroughValidation
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PassThroughValidation(options?): PassThroughValidation;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
Returns
Section titled “Returns”PassThroughValidation
Properties
Section titled “Properties”readonly name: string;Implementation of
Section titled “Implementation of”order?
Section titled “order?”readonly optional order?: "parallel" | "serial";Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”validate()
Section titled “validate()”validate(): Promise<ValidateDecision>;Returns
Section titled “Returns”Promise<ValidateDecision>