interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckRegexInternals
Interface $ZodCheckRegexInternals
interface
$ZodCheckRegexInternals
{
def
:
$ZodCheckRegexDef
;
issc
:
$ZodIssueInvalidStringFormat
;
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
;
when
?:
(
payload
:
ParsePayload
)
=>
boolean
;
check
(
payload
:
ParsePayload
<
string
>
)
:
MaybeAsync
<
void
>
;
}
Hierarchy (
View Summary
)
$ZodCheckInternals
<
string
>
$ZodCheckRegexInternals
Index
Properties
def
issc
onattach
when?
Methods
check
Properties
def
def
:
$ZodCheckRegexDef
issc
issc
:
$ZodIssueInvalidStringFormat
The set of issues this check might throw.
onattach
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
Optional
when
when
?:
(
payload
:
ParsePayload
)
=>
boolean
Methods
check
check
(
payload
:
ParsePayload
<
string
>
)
:
MaybeAsync
<
void
>
Parameters
payload
:
ParsePayload
<
string
>
Returns
MaybeAsync
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
def
issc
onattach
when
Methods
check
interface-forge - v2.5.0
Loading...
The set of issues this check might throw.