Back to Trilium

Interface NoteCommandData

docs/Script API/interfaces/Frontend_Script_API._internal_.NoteCommandData.html

0.102.21.3 KB
Original Source

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)

Index

Properties

hoistedNoteId?notePath?ntxId?viewScope?

Properties

OptionalhoistedNoteId

hoistedNoteId?: null | string

OptionalnotePath

notePath?: null | string

OptionalntxId

ntxId?: null | string

OptionalviewScope

viewScope?: ViewScope

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties hoistedNoteIdnotePathntxIdviewScope