PostImportContext<T> Interface
Context provided to the afterImport callback.
Properties
| Name | Type | Description | |
|---|---|---|---|
| data | T | undefined | Optional user-provided data for post-import operations | |
| iModel | IModelDb | The iModel being modified | |
| resources | DataTransformationResources | Resources for data transformation |
Defined in
- core/backend/src/IModelDb.ts Line 321
Last Updated: 23 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.