Long Term Memory main class.

S - Vuex state type.

Type Parameters

  • S

Constructors

Properties

Accessors

Constructors

Properties

ready: Promise<void>

Resolves when the state has been restored or no persisted state was found.

Accessors

  • get plugin(): Plugin<S>
  • Vuex plugin (i.e. new Vuex.Store({ plugins: [ltm.plugin] })).

    Returns Plugin<S>