Trilium Frontend API
Preparing search index...
<internal>
CreateNoteOpts
Interface CreateNoteOpts
interface
CreateNoteOpts
{
activate
?:
boolean
;
content
?:
string
;
focus
?:
"title"
|
"content"
;
isProtected
?:
boolean
;
mime
?:
string
;
saveSelection
?:
boolean
;
target
?:
string
;
targetBranchId
?:
string
;
templateNoteId
?:
string
;
textEditor
?:
CKTextEditor
;
title
?:
string
;
type
?:
string
;
}
Index
Properties
activate?
content?
focus?
is
Protected?
mime?
save
Selection?
target?
target
Branch
Id?
template
Note
Id?
text
Editor?
title?
type?
Properties
Optional
activate
activate
?:
boolean
Optional
content
content
?:
string
Optional
focus
focus
?:
"title"
|
"content"
Optional
is
Protected
isProtected
?:
boolean
Optional
mime
mime
?:
string
Optional
save
Selection
saveSelection
?:
boolean
Optional
target
target
?:
string
Optional
target
Branch
Id
targetBranchId
?:
string
Optional
template
Note
Id
templateNoteId
?:
string
Optional
text
Editor
textEditor
?:
CKTextEditor
Optional
title
title
?:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activate
content
focus
is
Protected
mime
save
Selection
target
target
Branch
Id
template
Note
Id
text
Editor
title
type
Trilium Frontend API
Loading...