interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckPropertyDef
Interface $ZodCheckPropertyDef
interface
$ZodCheckPropertyDef
{
abort
?:
boolean
;
check
:
"property"
;
error
?:
$ZodErrorMap
<
never
>
;
property
:
string
;
schema
:
$ZodType
;
}
Hierarchy (
View Summary
)
$ZodCheckDef
$ZodCheckPropertyDef
Index
Properties
abort?
check
error?
property
schema
Properties
Optional
abort
abort
?:
boolean
If true, no later checks will be executed if this check fails. Default
false
.
check
check
:
"property"
Optional
error
error
?:
$ZodErrorMap
<
never
>
property
property
:
string
schema
schema
:
$ZodType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
check
error
property
schema
interface-forge - v2.5.0
Loading...
If true, no later checks will be executed if this check fails. Default
false
.