Vuex - Long Term Memory
    Preparing search index...

    Class LTM<S>

    Long Term Memory main class.

    S - Vuex state type.

    Type Parameters

    • S
    Index

    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>