Sanity Library Reference Docs
Preparing search index...
sanity
index
AssetFromSource
Type Alias AssetFromSource
type
AssetFromSource
=
{
assetDocumentProps
?:
ImageAsset
;
kind
:
"assetDocumentId"
|
"file"
|
"base64"
|
"url"
;
mediaLibraryProps
?:
{
assetId
:
string
;
assetInstanceId
:
string
;
mediaLibraryId
:
string
;
}
;
value
:
string
|
File
;
}
Index
Properties
asset
Document
Props?
kind
media
Library
Props?
value
Properties
Optional
asset
Document
Props
assetDocumentProps
?:
ImageAsset
kind
kind
:
"assetDocumentId"
|
"file"
|
"base64"
|
"url"
Optional
media
Library
Props
mediaLibraryProps
?:
{
assetId
:
string
;
assetInstanceId
:
string
;
mediaLibraryId
:
string
;
}
value
value
:
string
|
File
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asset
Document
Props
kind
media
Library
Props
value
Sanity Library Reference Docs
Loading...