Class: VInt64<Type, IsOptional>
values.VInt64
The type of the v.int64()
validator.
Type parameters
Name | Type |
---|---|
Type | bigint |
IsOptional | extends OptionalProperty = "required" |
Hierarchy
-
BaseValidator
<Type
,IsOptional
>↳
VInt64
Constructors
constructor
• new VInt64<Type
, IsOptional
>(«destructured»
)
Type parameters
Name | Type |
---|---|
Type | bigint |
IsOptional | extends OptionalProperty = "required" |
Parameters
Name | Type |
---|---|
«destructured» | Object |
› isOptional | IsOptional |
Inherited from
BaseValidator<Type, IsOptional>.constructor
Defined in
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
fieldPaths
• Readonly
fieldPaths: never
Only for TypeScript, if this an Object validator, then this is the TS type of its property names.
Inherited from
BaseValidator.fieldPaths
Defined in
isOptional
• Readonly
isOptional: IsOptional
Whether this is an optional Object property value validator.
Inherited from
BaseValidator.isOptional
Defined in
isConvexValidator
• Readonly
isConvexValidator: true
Always "true"
.
Inherited from
BaseValidator.isConvexValidator
Defined in
kind
• Readonly
kind: "int64"
The kind of validator, "int64"
.
Defined in
Accessors
optional
• get
optional(): boolean
Deprecated
- use isOptional instead
Returns
boolean
Inherited from
BaseValidator.optional