ExportSchemaArgs Interface
Arguments supplied to exportSchema specifying which ECSchema to write to what location on the local file system.
Properties
Name | Type | Description | |
---|---|---|---|
outputDirectory | string | The directory in which to place the created schema file. | |
outputFileName | string | undefined | Optionally, the name of the file to create in outputDirectory. | |
schemaName | string | The name of the ECSchema to export. |
Defined in
- core/backend/src/IModelDb.ts Line 171
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.