9.0.10076 • Published 4 years ago

@acoustic-content-sdk/redux-feature-database v9.0.10076

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

npm

API Documentation

Home > @acoustic-content-sdk/redux-feature-database

redux-feature-database package

Redux feature that maintains a cached version of the redux store in localstorage.

Variables

VariableDescription
databaseFeatureExposes the feature module selector
MODULEModule name
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/redux-feature-database > databaseFeature

databaseFeature variable

Exposes the feature module selector

Signature:

databaseFeature: import("@acoustic-content-sdk/redux-store").ReduxFeatureModule<unknown, any, import("redux").AnyAction, import("redux").AnyAction, any>

Home > @acoustic-content-sdk/redux-feature-database > MODULE

MODULE variable

Module name

Signature:

MODULE = "@acoustic-content-sdk/redux-feature-database"

Home > @acoustic-content-sdk/redux-feature-database > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}