Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
SchemaUnionNode
Interface SchemaUnionNode<T>
interface
SchemaUnionNode
<
T
extends
SchemaNode
=
SchemaNode
>
{
of
:
SchemaUnionOption
<
T
>
[]
|
SchemaStringNode
[]
|
SchemaNumberNode
[]
;
options
?:
SchemaUnionNodeOptions
;
type
:
"union"
;
}
Type Parameters
T
extends
SchemaNode
=
SchemaNode
Index
Properties
of
options?
type
Properties
of
of
:
SchemaUnionOption
<
T
>
[]
|
SchemaStringNode
[]
|
SchemaNumberNode
[]
Optional
options
options
?:
SchemaUnionNodeOptions
type
type
:
"union"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
of
options
type
Sanity Library Reference Docs
Loading...