Cosmos Journeyer API Documentation - v1.10.1
Preparing search index...
backend/missions/missionNodeSerialized
MissionSequenceNodeSerializedSchema
Variable MissionSequenceNodeSerializedSchema
Const
MissionSequenceNodeSerializedSchema
:
ZodObject
<
{
activeChildIndex
:
ZodNumber
;
children
:
ZodLazy
<
ZodArray
<
ZodType
<
MissionNodeSerializedShape
,
ZodTypeDef
,
MissionNodeSerializedShape
,
>
,
"many"
,
>
,
>
;
type
:
ZodLiteral
<
SEQUENCE
>
;
}
,
"strip"
,
ZodTypeAny
,
{
activeChildIndex
:
number
;
children
:
MissionNodeSerializedShape
[]
;
type
:
SEQUENCE
;
}
,
{
activeChildIndex
:
number
;
children
:
MissionNodeSerializedShape
[]
;
type
:
SEQUENCE
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Cosmos Journeyer API Documentation - v1.10.1
Loading...