@tauri-store/vue - v0.2.0
    Preparing search index...

    Class Store<S>

    Type Parameters

    Hierarchy

    • BaseStore<S>
      • Store
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: string
    state: Ref<S>

    Methods

    • Starts the store synchronization.

      Returns Promise<void>

    • Stops the store synchronization.

      Returns Promise<void>