Trilium Frontend API
    Preparing search index...

    Interface HashPane

    The state of a single split pane, as carried by the splits hash parameter when a tab is moved or copied into a window of its own.

    interface HashPane {
        hoistedNoteId?: string;
        notePath?: string;
        viewScope?: ViewScope;
    }
    Index
    hoistedNoteId?: string
    notePath?: string
    viewScope?: ViewScope