SchemaImportOptions<T> Interface
Options for the importing of schemas
Properties
| Name | Type | Description | |
|---|---|---|---|
| channelUpgrade | ChannelUpgradeOptions<any> | undefined | Optional. | |
| data | T | undefined | Optional application-specific data to be used by the channel upgrade or the schema import callbacks. | |
| schemaImportCallbacks | SchemaImportCallbacks<any> | undefined | Optional callbacks for pre/post schema import operations. |
Defined in
- core/backend/src/IModelDb.ts Line 156
Last Updated: 24 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.