Sanity Library Reference Docs
Preparing search index...
sanity
index
Asset
Interface Asset
interface
Asset
{
_createdAt
:
string
;
_id
:
string
;
_rev
:
string
;
_type
:
string
;
_updatedAt
:
string
;
assetId
:
string
;
creditLine
?:
string
;
description
?:
string
;
extension
:
string
;
label
?:
string
;
mimeType
:
string
;
originalFilename
?:
string
;
path
:
string
;
sha1hash
:
string
;
size
:
number
;
source
?:
AssetSourceSpec
;
title
?:
string
;
url
:
string
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SanityDocument
Asset
FileAsset
ImageAsset
Indexable
[
key
:
string
]:
unknown
Index
Properties
_created
At
_id
_rev
_type
_updated
At
asset
Id
credit
Line?
description?
extension
label?
mime
Type
original
Filename?
path
sha1hash
size
source?
title?
url
Properties
_created
At
_createdAt
:
string
_id
_id
:
string
_rev
_rev
:
string
_type
_type
:
string
_updated
At
_updatedAt
:
string
asset
Id
assetId
:
string
Optional
credit
Line
creditLine
?:
string
Optional
description
description
?:
string
extension
extension
:
string
Optional
label
label
?:
string
mime
Type
mimeType
:
string
Optional
original
Filename
originalFilename
?:
string
path
path
:
string
sha1hash
sha1hash
:
string
size
size
:
number
Optional
source
source
?:
AssetSourceSpec
Optional
title
title
?:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_created
At
_id
_rev
_type
_updated
At
asset
Id
credit
Line
description
extension
label
mime
Type
original
Filename
path
sha1hash
size
source
title
url
Sanity Library Reference Docs
Loading...