Trilium Frontend API
    Preparing search index...

    Interface NoteCommandData

    Base interface for the data/arguments for a given command (see CommandMappings).

    interface NoteCommandData {
        hoistedNoteId?: string;
        notePath?: string;
        ntxId?: string;
        viewScope?: ViewScope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    hoistedNoteId?: string
    notePath?: string
    ntxId?: string
    viewScope?: ViewScope