Trilium Backend API
Preparing search index...
<internal>
NoteRow
Interface NoteRow
interface
NoteRow
{
blobId
?:
string
;
content
?:
string
|
Buffer
<
ArrayBufferLike
>
;
dateCreated
?:
string
;
dateModified
?:
string
;
deleteId
?:
string
;
isDeleted
?:
boolean
;
isProtected
?:
boolean
;
mime
:
string
;
noteId
:
string
;
title
:
string
;
type
:
|
"image"
|
"file"
|
"search"
|
"noteMap"
|
"launcher"
|
"doc"
|
"contentWidget"
|
"text"
|
"relationMap"
|
"render"
|
"canvas"
|
"mermaid"
|
"book"
|
"webView"
|
"code"
|
"mindMap"
|
"aiChat"
;
utcDateCreated
?:
string
;
utcDateModified
?:
string
;
}
Index
Properties
blob
Id?
content?
date
Created?
date
Modified?
delete
Id?
is
Deleted?
is
Protected?
mime
note
Id
title
type
utc
Date
Created?
utc
Date
Modified?
Properties
Optional
blob
Id
blobId
?:
string
Optional
content
content
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
date
Created
dateCreated
?:
string
Optional
date
Modified
dateModified
?:
string
Optional
delete
Id
deleteId
?:
string
Optional
is
Deleted
isDeleted
?:
boolean
Optional
is
Protected
isProtected
?:
boolean
mime
mime
:
string
note
Id
noteId
:
string
title
title
:
string
type
type
:
|
"image"
|
"file"
|
"search"
|
"noteMap"
|
"launcher"
|
"doc"
|
"contentWidget"
|
"text"
|
"relationMap"
|
"render"
|
"canvas"
|
"mermaid"
|
"book"
|
"webView"
|
"code"
|
"mindMap"
|
"aiChat"
Optional
utc
Date
Created
utcDateCreated
?:
string
Optional
utc
Date
Modified
utcDateModified
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blob
Id
content
date
Created
date
Modified
delete
Id
is
Deleted
is
Protected
mime
note
Id
title
type
utc
Date
Created
utc
Date
Modified
Trilium Backend API
Loading...