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 107
Last Updated: 20 June, 2023