merge(id, sourceIds, concept) → {Concept}
Merges properties from a source Concept or source Concept(s) into a target Concept
Properties
Name | Type | Description |
---|---|---|
id | string | The id of the target Concept |
sourceIds | Array.<string> | The ids of the Concepts to be merged into the target Concept |
concept | Object | The new state of the Concept |
Returns:
Concept
- Type
- Concept