Trilium Electron API
    Preparing search index...

    Interface BackupPassphraseStatus

    What the Options UI needs to know about the stored backup passphrase.

    interface BackupPassphraseStatus {
        available: boolean;
        set: boolean;
    }
    Index
    available: boolean

    Whether the OS offers a keyring to keep the passphrase in. Without one it cannot be stored safely, and since unattended backups cannot ask for it, encryption is unavailable altogether.

    set: boolean

    Whether a passphrase is currently stored.