vtils

Home > validator > yup > MixedSchema > when

yup.MixedSchema.when() method

Signature:

when(builder: (value: T, schema: this) => this): this;

Parameters

Parameter Type Description
builder (value: T, schema: this) => this  

Returns:

this