You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the backend's PresentationManager.getElementProperties function only allows:
getting properties for one element, by specifying its ECInstanceId,
getting properties of multiple elements, by specifying their class name(s).
For the multiple element case, class name is not always granular enough - we should provide an overload that allows specifying element ids instead of class names.
The text was updated successfully, but these errors were encountered:
At the moment, the backend's
PresentationManager.getElementProperties
function only allows:For the multiple element case, class name is not always granular enough - we should provide an overload that allows specifying element ids instead of class names.
The text was updated successfully, but these errors were encountered: