trilium
    Preparing search index...

    Represents a set of commands that are triggered from the context menu, providing information such as the selected note.

    interface ContextMenuCommandData {
        node: FancytreeNode;
        noteId?: string;
        notePath?: string;
        ntxId?: null | string;
        selectedOrActiveBranchIds?: any;
        selectedOrActiveNoteIds: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    noteId?: string
    notePath?: string
    ntxId?: null | string
    selectedOrActiveBranchIds?: any
    selectedOrActiveNoteIds: any