Trilium Frontend API
    Preparing search index...

    Interface ContextMenuCommandData

    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?: string;
        selectedOrActiveBranchIds: string[];
        selectedOrActiveNoteIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    node: FancytreeNode
    noteId?: string
    notePath?: string
    ntxId?: string
    selectedOrActiveBranchIds: string[]
    selectedOrActiveNoteIds?: string[]