Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine
index
InitialFieldIssue
Type Alias InitialFieldIssue
InitialFieldIssue
:
{
index
:
number
;
name
:
string
;
type
:
FieldKind
}
&
(
|
{
duplicateIndexes
:
number
[]
;
reason
:
"duplicate"
}
|
{
reason
:
"undeclared"
}
|
{
expectedTypes
:
FieldKind
[]
;
reason
:
"wrong-kind"
}
|
{
reason
:
"not-input"
;
source
:
|
"working-memory"
|
Exclude
<
NonNullable
<
FieldEntry
[
"initialValue"
]
>
[
"type"
]
,
"input"
>
;
}
|
{
declaredType
:
FieldKind
;
reason
:
"invalid-scope"
;
stage
:
string
}
&
(
{
scope
:
"stage"
}
|
{
activity
:
string
;
scope
:
"activity"
}
)
)
Why one caller-supplied initial-field row cannot be consumed.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...
Why one caller-supplied initial-field row cannot be consumed.