Trilium Backend API
Preparing search index...
<internal>
RevisionRow
Interface RevisionRow
interface
RevisionRow
{
blobId
?:
string
;
contentLength
?:
number
;
dateCreated
?:
string
;
dateLastEdited
?:
string
;
description
?:
string
;
isProtected
?:
boolean
;
mime
:
string
;
noteId
:
string
;
revisionId
?:
string
;
source
?:
"auto"
|
"manual"
|
"etapi"
|
"llm"
|
"restore"
;
title
:
string
;
type
:
|
"search"
|
"image"
|
"file"
|
"noteMap"
|
"launcher"
|
"doc"
|
"contentWidget"
|
"text"
|
"relationMap"
|
"render"
|
"canvas"
|
"mermaid"
|
"book"
|
"webView"
|
"code"
|
"mindMap"
|
"spreadsheet"
|
"llmChat"
;
utcDateCreated
:
string
;
utcDateLastEdited
?:
string
;
utcDateModified
?:
string
;
}
Index
Properties
blob
Id?
content
Length?
date
Created?
date
Last
Edited?
description?
is
Protected?
mime
note
Id
revision
Id?
source?
title
type
utc
Date
Created
utc
Date
Last
Edited?
utc
Date
Modified?
Properties
Optional
blob
Id
blobId
?:
string
Optional
content
Length
contentLength
?:
number
Optional
date
Created
dateCreated
?:
string
Optional
date
Last
Edited
dateLastEdited
?:
string
Optional
description
description
?:
string
Optional
is
Protected
isProtected
?:
boolean
mime
mime
:
string
note
Id
noteId
:
string
Optional
revision
Id
revisionId
?:
string
Optional
source
source
?:
"auto"
|
"manual"
|
"etapi"
|
"llm"
|
"restore"
title
title
:
string
type
type
:
|
"search"
|
"image"
|
"file"
|
"noteMap"
|
"launcher"
|
"doc"
|
"contentWidget"
|
"text"
|
"relationMap"
|
"render"
|
"canvas"
|
"mermaid"
|
"book"
|
"webView"
|
"code"
|
"mindMap"
|
"spreadsheet"
|
"llmChat"
utc
Date
Created
utcDateCreated
:
string
Optional
utc
Date
Last
Edited
utcDateLastEdited
?:
string
Optional
utc
Date
Modified
utcDateModified
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blob
Id
content
Length
date
Created
date
Last
Edited
description
is
Protected
mime
note
Id
revision
Id
source
title
type
utc
Date
Created
utc
Date
Last
Edited
utc
Date
Modified
Trilium Backend API
Loading...