trilium
    Preparing search index...

    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?: null | string
    notePath?: null | string
    ntxId?: null | string
    viewScope?: ViewScope