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