9.0.10076 • Published 4 years ago

@acoustic-content-sdk/react-redux v9.0.10076

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

npm

Redux based implementation of React providers.

API Documentation

Home > @acoustic-content-sdk/react-redux

react-redux package

Redux based implementation of React providers

Variables

VariableDescription
ACOUSTIC_PROVIDER_PARENT_FRAME_REDUX_STOREProvides ACOUSTIC_CONTEXT_REDUX_STORE by reading the store from the parent frame.
ACOUSTIC_PROVIDER_RECONCILED_DELIVERY_SEARCH_RESOLVERProvider for the ACOUSTIC_CONTEXT_RECONCILED_DELIVERY_SEARCH_RESOLVER injection token
ACOUSTIC_PROVIDER_REDUX_ACOUSTIC_CONFIGDeclares the provider
ACOUSTIC_PROVIDER_REDUX_AUTH_STATUSDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_CONTENT_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_MAPPING_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_PAGE_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_SITE_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_DELIVERY_TYPE_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_FETCH_TEXTDeclares the provider
ACOUSTIC_PROVIDER_REDUX_HANDLEBARS_RESOLVERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_INLINE_EDIT_SELECTION_PROVIDERDeclares the provider
ACOUSTIC_PROVIDER_REDUX_URL_CONFIGDeclares the provider
ACOUSTIC_PROVIDERS_REDUXExposes all providers for the redux feature
VERSIONVersion and build number of the package

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_PARENT_FRAME_REDUX_STORE

ACOUSTIC_PROVIDER_PARENT_FRAME_REDUX_STORE variable

Provides ACOUSTIC_CONTEXT_REDUX_STORE by reading the store from the parent frame.

Signature:

ACOUSTIC_PROVIDER_PARENT_FRAME_REDUX_STORE: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/redux-store").ReduxRootStore<Record<string, any>, import("redux").AnyAction>>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_RECONCILED_DELIVERY_SEARCH_RESOLVER

ACOUSTIC_PROVIDER_RECONCILED_DELIVERY_SEARCH_RESOLVER variable

Provider for the ACOUSTIC_CONTEXT_RECONCILED_DELIVERY_SEARCH_RESOLVER injection token

Signature:

ACOUSTIC_PROVIDER_RECONCILED_DELIVERY_SEARCH_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").ReconciledDeliverySearchResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_ACOUSTIC_CONFIG

ACOUSTIC_PROVIDER_REDUX_ACOUSTIC_CONFIG variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_ACOUSTIC_CONFIG: import("@acoustic-content-sdk/react-api").ReactProvider<import("rxjs").Observable<import("@acoustic-content-sdk/edit-api").WchConfig>>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_AUTH_STATUS

ACOUSTIC_PROVIDER_REDUX_AUTH_STATUS variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_AUTH_STATUS: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/api").AuthStatus>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_CONTENT_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_CONTENT_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_CONTENT_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryContentResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_MAPPING_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_MAPPING_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_MAPPING_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutMappingResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_LAYOUT_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryLayoutResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_PAGE_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_PAGE_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_PAGE_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryPageResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_SITE_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_SITE_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_SITE_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliverySiteResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_DELIVERY_TYPE_RESOLVER

ACOUSTIC_PROVIDER_REDUX_DELIVERY_TYPE_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_DELIVERY_TYPE_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").DeliveryTypeResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_FETCH_TEXT

ACOUSTIC_PROVIDER_REDUX_FETCH_TEXT variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_FETCH_TEXT: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/rest-api").FetchText>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_HANDLEBARS_RESOLVER

ACOUSTIC_PROVIDER_REDUX_HANDLEBARS_RESOLVER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_HANDLEBARS_RESOLVER: import("@acoustic-content-sdk/react-api").ReactProvider<import("@acoustic-content-sdk/component-api").HandlebarsResolver>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_INLINE_EDIT_SELECTION_PROVIDER

ACOUSTIC_PROVIDER_REDUX_INLINE_EDIT_SELECTION_PROVIDER variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_INLINE_EDIT_SELECTION_PROVIDER: import("@acoustic-content-sdk/react-api").ReactProvider<InlineEditSelectionProvider>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDER_REDUX_URL_CONFIG

ACOUSTIC_PROVIDER_REDUX_URL_CONFIG variable

Declares the provider

Signature:

ACOUSTIC_PROVIDER_REDUX_URL_CONFIG: import("@acoustic-content-sdk/react-api").ReactProvider<import("rxjs").Observable<import("@acoustic-content-sdk/api").UrlConfig>>

Home > @acoustic-content-sdk/react-redux > ACOUSTIC_PROVIDERS_REDUX

ACOUSTIC_PROVIDERS_REDUX variable

Exposes all providers for the redux feature

Signature:

ACOUSTIC_PROVIDERS_REDUX: Array<ReactProvider<any>>

Home > @acoustic-content-sdk/react-redux > VERSION

VERSION variable

Version and build number of the package

Signature:

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