trilium
Preparing search index...
Frontend Script API
<internal>
NoteCommandData
Interface NoteCommandData
Base interface for the data/arguments for a given command (see
CommandMappings
).
interface
NoteCommandData
{
hoistedNoteId
?:
null
|
string
;
notePath
?:
null
|
string
;
ntxId
?:
null
|
string
;
viewScope
?:
ViewScope
;
}
Hierarchy (
View Summary
)
CommandData
NoteCommandData
Index
Properties
hoisted
Note
Id?
note
Path?
ntx
Id?
view
Scope?
Properties
Optional
hoisted
Note
Id
hoistedNoteId
?:
null
|
string
Optional
note
Path
notePath
?:
null
|
string
Optional
ntx
Id
ntxId
?:
null
|
string
Optional
view
Scope
viewScope
?:
ViewScope
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hoisted
Note
Id
note
Path
ntx
Id
view
Scope
trilium
Loading...
Base interface for the data/arguments for a given command (see CommandMappings).