Options
All
  • Public
  • Public/Protected
  • All
Menu

MenuItemLocation

Index

Enumeration members

Context

Context: = "context"
deprecated

Do not use - same as NoteListContextMenu

Edit

Edit: = "edit"

EditorContextMenu

EditorContextMenu: = "editorContextMenu"

File

File: = "file"

FolderContextMenu

FolderContextMenu: = "folderContextMenu"

When a command is called from a folder context menu, the command will receive the following arguments:

  • folderId:string: ID of the folder that was right-clicked on

Help

Help: = "help"

Note

Note: = "note"

NoteListContextMenu

NoteListContextMenu: = "noteListContextMenu"

When a command is called from the note list context menu, the command will receive the following arguments:

  • noteIds:string[]: IDs of the notes that were right-clicked on.

TagContextMenu

TagContextMenu: = "tagContextMenu"

When a command is called from a tag context menu, the command will receive the following arguments:

  • tagId:string: ID of the tag that was right-clicked on

Tools

Tools: = "tools"

View

View: = "view"