Subscribe changes of a MxObject except one attribute

1
Hi all, The current Javascript API of Mendix has method "subscribe(args)" which accepts one (or all) attribute(s) to subscribe to. Is there anyway to subscribe to all attributes except a specific one. Or at least subscribe to an array of attributes and return one handler. (I could loop all properties of the Object to subscribe, but this will return a lot of handlers which, i think, could make the application overhead) Regards,
asked
1 answers
0

You can subscribe to a class. But that is not the solution for you.

Update: You will have to subscribe to all separate attributes.

answered