trilium
Preparing search index...
Backend Script API
<internal>
AttachmentRow
Interface AttachmentRow
interface
AttachmentRow
{
attachmentId
?:
string
;
blobId
?:
string
;
content
?:
string
|
Buffer
<
ArrayBufferLike
>
;
contentLength
?:
number
;
dateModified
?:
string
;
deleteId
?:
string
;
isDeleted
?:
boolean
;
isProtected
?:
boolean
;
mime
:
string
;
ownerId
?:
string
;
position
?:
number
;
role
:
string
;
title
:
string
;
utcDateModified
?:
string
;
utcDateScheduledForErasureSince
?:
string
;
}
Index
Properties
attachment
Id?
blob
Id?
content?
content
Length?
date
Modified?
delete
Id?
is
Deleted?
is
Protected?
mime
owner
Id?
position?
role
title
utc
Date
Modified?
utc
Date
Scheduled
For
Erasure
Since?
Properties
Optional
attachment
Id
attachmentId
?:
string
Optional
blob
Id
blobId
?:
string
Optional
content
content
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
content
Length
contentLength
?:
number
Optional
date
Modified
dateModified
?:
string
Optional
delete
Id
deleteId
?:
string
Optional
is
Deleted
isDeleted
?:
boolean
Optional
is
Protected
isProtected
?:
boolean
mime
mime
:
string
Optional
owner
Id
ownerId
?:
string
Optional
position
position
?:
number
role
role
:
string
title
title
:
string
Optional
utc
Date
Modified
utcDateModified
?:
string
Optional
utc
Date
Scheduled
For
Erasure
Since
utcDateScheduledForErasureSince
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
Id
blob
Id
content
content
Length
date
Modified
delete
Id
is
Deleted
is
Protected
mime
owner
Id
position
role
title
utc
Date
Modified
utc
Date
Scheduled
For
Erasure
Since
trilium
Loading...