Is your feature request related to a problem? Please describe.
We have a lot of frontend related to elements. We have a lot of onElementsChanged handlers in the frontend.
For example, for custom manipulators.
Most of them only apply to certain classes.
Currently they query for the props and then filter, but that is not efficient or scalable.
Describe the solution you'd like
I would like the txnentitychanges from the frontend to have the ECClass, like EntityIdAndClassName.
Describe alternatives you've considered
Right now we are querying the props in each handler.
Is your feature request related to a problem? Please describe.
We have a lot of frontend related to elements. We have a lot of onElementsChanged handlers in the frontend.
For example, for custom manipulators.
Most of them only apply to certain classes.
Currently they query for the props and then filter, but that is not efficient or scalable.
Describe the solution you'd like
I would like the txnentitychanges from the frontend to have the ECClass, like
EntityIdAndClassName.Describe alternatives you've considered
Right now we are querying the props in each handler.