Trilium Frontend API
    Preparing search index...

    Interface NavButtonState

    interface NavButtonState {
        hint: string;
        isDisabled: boolean;
        text: string;
    }

    Hierarchy (View Summary)

    Index
    hint: string
    isDisabled: boolean
    text: string