- connect(): InferableComponentEnhancer<DispatchProp<AnyAction>>
- connect<TStateProps, no_dispatch, TOwnProps, State>(mapStateToProps): InferableComponentEnhancerWithProps<TStateProps & DispatchProp<AnyAction>, TOwnProps>
Type Parameters
- TStateProps = {}
- no_dispatch = {}
- TOwnProps = {}
- State = unknown
- connect<no_state, TDispatchProps, TOwnProps>(mapStateToProps, mapDispatchToProps): InferableComponentEnhancerWithProps<TDispatchProps, TOwnProps>
Type Parameters
- no_state = {}
- TDispatchProps = {}
- TOwnProps = {}
- connect<no_state, TDispatchProps, TOwnProps>(mapStateToProps, mapDispatchToProps): InferableComponentEnhancerWithProps<ResolveThunks<TDispatchProps>, TOwnProps>
Type Parameters
- no_state = {}
- TDispatchProps = {}
- TOwnProps = {}
- connect<TStateProps, TDispatchProps, TOwnProps, State>(mapStateToProps, mapDispatchToProps): InferableComponentEnhancerWithProps<TStateProps & TDispatchProps, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- State = unknown
- connect<TStateProps, TDispatchProps, TOwnProps, State>(mapStateToProps, mapDispatchToProps): InferableComponentEnhancerWithProps<TStateProps, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- State = unknown
- connect<TStateProps, TDispatchProps, TOwnProps, State>(mapStateToProps, mapDispatchToProps): InferableComponentEnhancerWithProps<TStateProps & ResolveThunks<TDispatchProps>, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- State = unknown
- connect<no_state, no_dispatch, TOwnProps, TMergedProps>(mapStateToProps, mapDispatchToProps, mergeProps): InferableComponentEnhancerWithProps<TMergedProps, TOwnProps>
Type Parameters
- no_state = {}
- no_dispatch = {}
- TOwnProps = {}
- TMergedProps = {}
- connect<TStateProps, no_dispatch, TOwnProps, TMergedProps, State>(mapStateToProps, mapDispatchToProps, mergeProps): InferableComponentEnhancerWithProps<TMergedProps, TOwnProps>
Type Parameters
- TStateProps = {}
- no_dispatch = {}
- TOwnProps = {}
- TMergedProps = {}
- State = unknown
- connect<no_state, TDispatchProps, TOwnProps, TMergedProps>(mapStateToProps, mapDispatchToProps, mergeProps): InferableComponentEnhancerWithProps<TMergedProps, TOwnProps>
Type Parameters
- no_state = {}
- TDispatchProps = {}
- TOwnProps = {}
- TMergedProps = {}
- connect<TStateProps, no_dispatch, TOwnProps, State>(mapStateToProps, mapDispatchToProps, mergeProps, options): InferableComponentEnhancerWithProps<DispatchProp<AnyAction> & TStateProps, TOwnProps>
Type Parameters
- TStateProps = {}
- no_dispatch = {}
- TOwnProps = {}
- State = unknown
- connect<TStateProps, TDispatchProps, TOwnProps>(mapStateToProps, mapDispatchToProps, mergeProps, options): InferableComponentEnhancerWithProps<TDispatchProps, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- connect<TStateProps, TDispatchProps, TOwnProps>(mapStateToProps, mapDispatchToProps, mergeProps, options): InferableComponentEnhancerWithProps<ResolveThunks<TDispatchProps>, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- connect<TStateProps, TDispatchProps, TOwnProps, State>(mapStateToProps, mapDispatchToProps, mergeProps, options): InferableComponentEnhancerWithProps<TStateProps & TDispatchProps, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- State = unknown
- connect<TStateProps, TDispatchProps, TOwnProps, State>(mapStateToProps, mapDispatchToProps, mergeProps, options): InferableComponentEnhancerWithProps<TStateProps & ResolveThunks<TDispatchProps>, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- State = unknown
- connect<TStateProps, TDispatchProps, TOwnProps, TMergedProps, State>(mapStateToProps, mapDispatchToProps, mergeProps, options?): InferableComponentEnhancerWithProps<TMergedProps, TOwnProps>
Type Parameters
- TStateProps = {}
- TDispatchProps = {}
- TOwnProps = {}
- TMergedProps = {}
- State = unknown
mapState only