@tauri-apps/plugin-stronghold - v2.3.0
    Preparing search index...

    Interface ClientAccess

    interface ClientAccess {
        useVaultDefault?: boolean;
        useVaultExceptions?: Map<VaultPath, boolean>;
        writeVaultDefault?: boolean;
        writeVaultExceptions?: Map<VaultPath, boolean>;
        cloneVaultDefault?: boolean;
        cloneVaultExceptions?: Map<VaultPath, boolean>;
        readStore?: boolean;
        writeStore?: boolean;
    }
    Index

    Properties

    useVaultDefault?: boolean
    useVaultExceptions?: Map<VaultPath, boolean>
    writeVaultDefault?: boolean
    writeVaultExceptions?: Map<VaultPath, boolean>
    cloneVaultDefault?: boolean
    cloneVaultExceptions?: Map<VaultPath, boolean>
    readStore?: boolean
    writeStore?: boolean