Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine
define
EffectDescriptorParam
Interface EffectDescriptorParam
interface
EffectDescriptorParam
{
description
?:
string
;
name
:
string
;
required
?:
boolean
;
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"string[]"
;
}
Index
Properties
description?
name
required?
type
Properties
Optional
description
description
?:
string
name
name
:
string
Optional
required
required
?:
boolean
type
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"string[]"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
required
type
Sanity Library Reference Docs
Loading...