ChangeElementParentProps Interface @beta
Options for changeElementParent. Changes the parent of an element within its model. The new parent must be in the same model as the element; cross-model reparenting is not allowed.
See changeElementParent for the allowed and blocked cases.
Properties
| Name | Type | Description | |
|---|---|---|---|
| id | string | The Id of the element to reparent. | |
| parentId | string | The Id of the new parent element. |
Defined in
- backend/src/IModelDb.ts Line 152
Last Updated: 04 July, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.