Sanity Library Reference Docs
Preparing search index...
sanity
index
ImageSchemaType
Interface ImageSchemaType
interface
ImageSchemaType
{
__experimental_actions
?:
string
[]
;
__experimental_formPreviewTitle
?:
boolean
;
__experimental_omnisearch_visibility
?:
boolean
;
__experimental_search
?:
{
mapWith
?:
string
;
path
:
(
string
|
number
)
[]
;
weight
:
number
;
}
[]
;
components
?:
{
annotation
?:
ComponentType
<
any
>
;
block
?:
ComponentType
<
any
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
any
>
;
inlineBlock
?:
ComponentType
<
any
>
;
input
?:
ComponentType
<
any
>
;
item
?:
ComponentType
<
any
>
;
portableText
?:
{
plugins
?:
ComponentType
<
any
>
}
;
preview
?:
ComponentType
<
any
>
;
}
;
orderings
?:
SortOrdering
[]
;
placeholder
?:
string
;
}
Hierarchy
Omit
<
ObjectSchemaType
,
"options"
>
ImageSchemaType
Index
Properties
__experimental_
actions?
__experimental_
form
Preview
Title?
__experimental_
omnisearch_
visibility?
__experimental_
search?
components?
orderings?
placeholder?
Properties
Optional
Alpha
__experimental_
actions
__experimental_actions
?:
string
[]
Optional
Alpha
__experimental_
form
Preview
Title
__experimental_formPreviewTitle
?:
boolean
Optional
Alpha
__experimental_
omnisearch_
visibility
__experimental_omnisearch_visibility
?:
boolean
Optional
__experimental_
search
__experimental_search
?:
{
mapWith
?:
string
;
path
:
(
string
|
number
)
[]
;
weight
:
number
;
}
[]
Deprecated
Unused. Use the new field-level search config.
Optional
Beta
components
components
?:
{
annotation
?:
ComponentType
<
any
>
;
block
?:
ComponentType
<
any
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
any
>
;
inlineBlock
?:
ComponentType
<
any
>
;
input
?:
ComponentType
<
any
>
;
item
?:
ComponentType
<
any
>
;
portableText
?:
{
plugins
?:
ComponentType
<
any
>
}
;
preview
?:
ComponentType
<
any
>
;
}
Optional
Beta
orderings
orderings
?:
SortOrdering
[]
Optional
placeholder
placeholder
?:
string
Deprecated
This will be removed.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__experimental_
actions
__experimental_
form
Preview
Title
__experimental_
omnisearch_
visibility
__experimental_
search
components
orderings
placeholder
Sanity Library Reference Docs
Loading...
Deprecated
Unused. Use the new field-level search config.