tryFindByKey MethodStatic
Attempt to find an open IModelDb by key.
tryFindByKey(key: string): BriefcaseDb | undefined
@returns The matching IModelDb or undefined.
| Parameter | Type | Description |
|---|---|---|
| key | string |
Returns - BriefcaseDb | undefined
The matching IModelDb or undefined.
Defined in
- backend/src/IModelDb.ts Line 3510
Last Updated: 07 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.