API Reference > ui-framework > State > connectIModelConnection connectIModelConnection Function Function that will connect a component to the IModelConnection data in the Redux store. connectIModelConnection(mapStateToProps?: any, mapDispatchToProps?: any): InferableComponentEnhancerWithProps<any, any> Parameter Type Description mapStateToProps any optional user function that, if defined, will be executed to provide additional properties from store. mapDispatchToProps any data passed to Redux connect function. Returns - InferableComponentEnhancerWithProps<any, any> Defined in ui/framework/src/ui-framework/redux/connectIModel.ts Line 77 Last Updated: 11 June, 2024