trilium
    Preparing search index...
    interface NoteSwitchedContext {
        noteContext: NoteContext;
        notePath: undefined | null | string;
    }
    Index

    Properties

    noteContext: NoteContext
    notePath: undefined | null | string