Trilium Frontend API
    Preparing search index...

    Interface SetNoteOpts

    interface SetNoteOpts {
        keepActiveDialog?: boolean;
        triggerSwitchEvent?: unknown;
        viewScope?: ViewScope;
    }
    Index

    Properties

    keepActiveDialog?: boolean

    If true, skip closing the currently active dialog. Used when opening a note into a stackable popup (e.g. quick-edit) that must not dismiss the dialog it was launched from.

    triggerSwitchEvent?: unknown
    viewScope?: ViewScope