Editing and adding new properties to existing elements from the frontend API #4284
Unanswered
JohnMajerle
asked this question in
Ideas
Replies: 1 comment
-
You can add new models to an existing iModel, and they won't be affected by synchronization. You can also add new However, all changes to an iModel happen from the backend. When you say "from the frontend API", you'll have to be prepared to connect to a writeable backend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an interest in being able to both edit properties and add new properties to existing elements from our viewer that uses the iTwin frontend API. We would also expect these properties to be intelligently managed upon subsequent iModel synchronizations. That is, we don't necessarily want property values that the user has carefully modified or created to be lost by a subsequent iModel synchronization. (Perhaps make it an iModel/Project configuration?)
Beta Was this translation helpful? Give feedback.
All reactions