Sanity Library Reference Docs
Preparing search index...
sanity
index
TypeReference
Interface TypeReference
Represents a reference to another type registered top-level in your schema.
interface
TypeReference
{
icon
?:
ReactNode
|
ComponentType
<
{}
>
;
name
?:
string
;
options
?:
{
[
key
:
string
]:
unknown
}
;
type
:
string
;
}
Index
Properties
icon?
name?
options?
type
Properties
Optional
icon
icon
?:
ReactNode
|
ComponentType
<
{}
>
Optional
name
name
?:
string
Optional
options
options
?:
{
[
key
:
string
]:
unknown
}
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
icon
name
options
type
Sanity Library Reference Docs
Loading...
Represents a reference to another type registered top-level in your schema.