PreImportContext<T> Interface
Context provided to the beforeImport callback.
Properties
| Name | Type | Description | |
|---|---|---|---|
| data | T | undefined | Optional user-provided data for pre-import operations | |
| iModel | IModelDb | The iModel being modified | |
| schemaData | string[] | Schemas about to be imported |
Defined in
- core/backend/src/IModelDb.ts Line 286
Last Updated: 23 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.