Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ParseContext
Interface ParseContext
interface
ParseContext
{
common
:
{
async
:
boolean
;
contextualErrorMap
?:
ZodErrorMap
;
issues
:
ZodIssue
[]
;
}
;
data
:
any
;
parent
:
null
|
ParseContext
;
parsedType
:
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"never"
|
"set"
|
"map"
|
"nan"
|
"integer"
|
"float"
|
"date"
|
"null"
|
"array"
|
"unknown"
|
"promise"
|
"void"
;
path
:
ParsePath
;
schemaErrorMap
?:
ZodErrorMap
;
}
Index
Properties
common
data
parent
parsed
Type
path
schema
Error
Map?
Properties
Readonly
common
common
:
{
async
:
boolean
;
contextualErrorMap
?:
ZodErrorMap
;
issues
:
ZodIssue
[]
;
}
Type declaration
Readonly
async
:
boolean
Optional
Readonly
contextual
Error
Map
?:
ZodErrorMap
Readonly
issues
:
ZodIssue
[]
Readonly
data
data
:
any
Readonly
parent
parent
:
null
|
ParseContext
Readonly
parsed
Type
parsed
Type
:
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"never"
|
"set"
|
"map"
|
"nan"
|
"integer"
|
"float"
|
"date"
|
"null"
|
"array"
|
"unknown"
|
"promise"
|
"void"
Readonly
path
path
:
ParsePath
Optional
Readonly
schema
Error
Map
schema
Error
Map
?:
ZodErrorMap
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
common
data
parent
parsed
Type
path
schema
Error
Map
Official Cockpit API Documentation
Houston Common Library
Loading...