@tauri-store/zustand - v0.1.0
    Preparing search index...

    Class TauriStore<S, Store>

    A contract that a store must adhere to in order to be considered a valid implementation.

    Type Parameters

    • S extends State
    • Store extends StoreApi<S>

    Hierarchy

    • BaseStore<S>
      • TauriStore

    Implements

    Index

    Constructors

    Properties

    id: string
    store: Store

    Methods

    • Starts the store synchronization.

      Returns Promise<void>

    • Stops the store synchronization.

      Returns Promise<void>