doNotUpdateElementIds Readonly

doNotUpdateElementIds: Set<string> = ...

The set of target elements that this importer must not directly update or request for deletion. Defaults to an empty set and is populated by consumers or custom transformers.

@note Adding an element to this set is typically necessary when remapping a source element to one that already exists in the target and already has the desired properties.

@note Deletion protection applies only when the exact element ID is passed to deleteElement or deleteElements. It does not protect the element from deletion through a parent, containing model, or other cascading dependency. Consumers that need to preserve such an element must also add every requested deletion root whose cascade would delete it.

Defined in

Last Updated: 25 August, 2026