Trilium Backend API
Preparing search index...
<internal>
TaskDataDefinitions
Type Alias TaskDataDefinitions
type
TaskDataDefinitions
=
{
deleteNotes
:
null
;
empty
:
null
;
export
:
null
;
importAttachments
:
null
;
importNotes
:
|
{
codeImportedAsCode
?:
boolean
;
replaceUnderscoresWithSpaces
?:
boolean
;
safeImport
?:
boolean
;
shrinkImages
?:
boolean
;
textImportedAsText
?:
boolean
;
}
|
null
;
protectNotes
:
{
protect
:
boolean
}
;
undeleteNotes
:
null
;
}
Index
Properties
delete
Notes
empty
export
import
Attachments
import
Notes
protect
Notes
undelete
Notes
Properties
delete
Notes
deleteNotes
:
null
empty
empty
:
null
export
export
:
null
import
Attachments
importAttachments
:
null
import
Notes
importNotes
:
|
{
codeImportedAsCode
?:
boolean
;
replaceUnderscoresWithSpaces
?:
boolean
;
safeImport
?:
boolean
;
shrinkImages
?:
boolean
;
textImportedAsText
?:
boolean
;
}
|
null
protect
Notes
protectNotes
:
{
protect
:
boolean
}
undelete
Notes
undeleteNotes
:
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delete
Notes
empty
export
import
Attachments
import
Notes
protect
Notes
undelete
Notes
Trilium Backend API
Loading...