IModelConnectionProps Type
IModelConnectionProps = IModelProps & IModelRpcProps
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.
Defined in
- core/common/src/IModel.ts Line 112
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.