SchemaMerger Class

Class to merge two schemas together.

@see merge to merge the schemas.

Methods

Name Description
constructor(editingContext: SchemaContext): SchemaMerger Constructs a new instance of the SchemaMerger object.  
merge(differences: ): Promise<Schema> Merges the schema differences into the target schema context.  
merge(targetSchema: Schema, sourceSchema: Schema): Promise<Schema> Copy the SchemaItems of the source schemas to the target schema.  

Defined in

Last Updated: 04 May, 2024