Open bjsi opened 4 years ago
Element IDs may not remain unique over time because deletion allows new elements to take the deleted element's ID.
IElement interface.
Supports any plugin that needs to maintain a reliable unique reference to an element over time.
Plan:
Were you able to make progress ?
Added a placeholder method IElement::UniqueId.
IElement::UniqueId
Description
Element IDs may not remain unique over time because deletion allows new elements to take the deleted element's ID.
Environment
IElement interface.
Motivation
Supports any plugin that needs to maintain a reliable unique reference to an element over time.