@tauri-store/pinia - v3.2.0
    Preparing search index...

    Variable setStoreOptionsConst

    setStoreOptions: (
        storeId: string,
        options: StoreBackendOptions,
    ) => Promise<void> = ...

    Sets the store options.

    Type declaration

    import { setStoreOptions } from '@tauri-store/pinia';

    await setStoreOptions('my-store', {
    saveOnChange: true,
    saveStrategy: 'debounce',
    saveInterval: 1000
    });