Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ParseContext
Interface ParseContext
interface
ParseContext
{
common
:
{
issues
:
ZodIssue
[]
;
contextualErrorMap
?:
ZodErrorMap
;
async
:
boolean
;
}
;
path
:
ParsePath
;
schemaErrorMap
?:
ZodErrorMap
;
parent
:
null
|
ParseContext
;
data
:
any
;
parsedType
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
;
}
Index
Properties
common
path
schema
Error
Map?
parent
data
parsed
Type
Properties
Readonly
common
common
:
{
issues
:
ZodIssue
[]
;
contextualErrorMap
?:
ZodErrorMap
;
async
:
boolean
}
Readonly
path
path
:
ParsePath
Optional
Readonly
schema
Error
Map
schemaErrorMap
?:
ZodErrorMap
Readonly
parent
parent
:
null
|
ParseContext
Readonly
data
data
:
any
Readonly
parsed
Type
parsedType
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"set"
|
"map"
|
"array"
|
"null"
|
"integer"
|
"date"
|
"unknown"
|
"nan"
|
"float"
|
"promise"
|
"void"
|
"never"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
common
path
schema
Error
Map
parent
data
parsed
Type
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...