API Reference > imodeljs-common > iModels > IModelConnectionProps IModelConnectionProps Type alias The properties returned by the backend when creating a new IModelConnection from the frontend, either with Rpc or with Ipc. These properties describe the iModel held on the backend for thew newly formed connection and are used to construct a new IModelConnection instance on the frontend to access it. IModelConnectionProps = IModelProps & IModelRpcProps Defined in core/common/src/IModel.ts Line 100 Last Updated: 11 June, 2024