Skip to main content

Class: VAny<Type, IsOptional, FieldPaths>

values.VAny

The type of the v.any() validator.

Type parameters

NameType
Typeany
IsOptionalextends OptionalProperty = "required"
FieldPathsextends string = string

Hierarchy

  • BaseValidator<Type, IsOptional, FieldPaths>

    VAny

Constructors

constructor

new VAny<Type, IsOptional, FieldPaths>(«destructured»)

Type parameters

NameType
Typeany
IsOptionalextends OptionalProperty = "required"
FieldPathsextends string = string

Parameters

NameType
«destructured»Object
› isOptionalIsOptional

Inherited from

BaseValidator<Type, IsOptional, FieldPaths>.constructor

Defined in

values/validators.ts:38

Properties

type

Readonly type: Type

Only for TypeScript, the TS type of the JS values validated by this validator.

Inherited from

BaseValidator.type

Defined in

values/validators.ts:21


fieldPaths

Readonly fieldPaths: FieldPaths

Only for TypeScript, if this an Object validator, then this is the TS type of its property names.

Inherited from

BaseValidator.fieldPaths

Defined in

values/validators.ts:26


isOptional

Readonly isOptional: IsOptional

Whether this is an optional Object property value validator.

Inherited from

BaseValidator.isOptional

Defined in

values/validators.ts:31


isConvexValidator

Readonly isConvexValidator: true

Always "true".

Inherited from

BaseValidator.isConvexValidator

Defined in

values/validators.ts:36


kind

Readonly kind: "any"

The kind of validator, "any".

Defined in

values/validators.ts:246

Accessors

optional

get optional(): boolean

Deprecated

  • use isOptional instead

Returns

boolean

Inherited from

BaseValidator.optional

Defined in

values/validators.ts:43