Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
SchemaUnionOption
Interface SchemaUnionOption<T>
interface
SchemaUnionOption
<
T
extends
SchemaNode
=
SchemaNode
>
{
icon
?:
string
;
name
:
string
;
title
?:
string
;
type
:
"unionOption"
;
value
:
T
;
}
Type Parameters
T
extends
SchemaNode
=
SchemaNode
Index
Properties
icon?
name
title?
type
value
Properties
Optional
icon
icon
?:
string
name
name
:
string
Optional
title
title
?:
string
type
type
:
"unionOption"
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
icon
name
title
type
value
Sanity Library Reference Docs
Loading...