Sanity Library Reference Docs
Preparing search index...
sanity
index
PreviewValue
Interface PreviewValue
interface
PreviewValue
{
_createdAt
?:
string
;
_id
?:
string
;
_updatedAt
?:
string
;
description
?:
string
;
imageUrl
?:
string
;
media
?:
|
string
|
number
|
bigint
|
boolean
|
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
|
Iterable
<
ReactNode
>
|
ReactPortal
|
Promise
<
AwaitedReactNode
>
|
ComponentClass
<
any
,
any
>
|
FunctionComponent
<
any
>
;
subtitle
?:
string
;
title
?:
string
;
}
Index
Properties
_created
At?
_id?
_updated
At?
description?
image
Url?
media?
subtitle?
title?
Properties
Optional
_created
At
_createdAt
?:
string
Optional
_id
_id
?:
string
Optional
_updated
At
_updatedAt
?:
string
Optional
description
description
?:
string
Optional
image
Url
imageUrl
?:
string
Optional
media
media
?:
|
string
|
number
|
bigint
|
boolean
|
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
|
Iterable
<
ReactNode
>
|
ReactPortal
|
Promise
<
AwaitedReactNode
>
|
ComponentClass
<
any
,
any
>
|
FunctionComponent
<
any
>
Optional
subtitle
subtitle
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_created
At
_id
_updated
At
description
image
Url
media
subtitle
title
Sanity Library Reference Docs
Loading...