addSchemaItem Method
Deprecated in 4.0 use ecschema-editing package
Adds the given SchemaItem to the the SchemaContext by locating the schema, with the best match of SchemaMatchType.Exact, and
addSchemaItem(schemaItem: SchemaItem): Promise<void>
| Parameter | Type | Description | 
|---|---|---|
| schemaItem | SchemaItem | The SchemaItem to add | 
Returns -  Promise
Defined in
- ecschema-metadata/src/Context.ts Line 286
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.