Interfaces
Interface: ChordProviderProps
react-autonomy.ChordProviderProps
Props for ChordProvider.
• auth: AuthClient<any>
Chord compatible wrapper for an authentication client. AuthClient describes the shape this client must take in order to work with react-autonomy.
• config: ChordClientConfig
Configuration variables for Chord. These are provided during provisioning.
• Optional middleware: Middleware<{}, any, Dispatch<AnyAction>>[]
Redux middlewares. These allow you to extend/modify Chord's core functionality to your application's needs.
• Optional preloadedState: Record<string, any>
State that you would like loaded into the Redux store.
• Optional reducer: Object
Additional Redux reducers to be added to the store.
▪ [key: string]: Reducer