Preparing search index...
The search index is not available
@sanity/asset-utils
@sanity/asset-utils
SanityImageObjectStub
Interface SanityImageObjectStub
interface
SanityImageObjectStub
{
_type
?:
string
;
asset
:
|
SanityReference
|
SanityAssetIdStub
|
SanityAssetUrlStub
|
SanityAssetPathStub
|
SanityImageAsset
;
crop
?:
SanityImageCrop
;
hotspot
?:
SanityImageHotspot
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
_type?
asset
crop?
hotspot?
Properties
Optional
_type
_type
?:
string
asset
asset
:
|
SanityReference
|
SanityAssetIdStub
|
SanityAssetUrlStub
|
SanityAssetPathStub
|
SanityImageAsset
Optional
crop
crop
?:
SanityImageCrop
Optional
hotspot
hotspot
?:
SanityImageHotspot
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_type
asset
crop
hotspot
@sanity/asset-utils
Loading...