SchemaImportCallbacks<T> Interface
Callbacks for schema import operations.
Properties
| Name | Type | Description | |
|---|---|---|---|
| postSchemaImportCallback | (context: PostImportContext<any>) => Promise<void> | undefined | Will be executed after schemas are imported, while schema lock is still held. | |
| preSchemaImportCallback | (context: PreImportContext<any>) => Promise<PreImportCallbackResult<T>> | undefined | Will be executed before schemas are imported but after channel upgrades. |
Defined in
- core/backend/src/IModelDb.ts Line 336
Last Updated: 23 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.