We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Plan:
Sorry, something went wrong.
Were you able to make progress ?
Added a placeholder method IElement::UniqueId.
IElement::UniqueId
alexis-
bjsi
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: