Ref #94 we should trust that event.id gives the uid of an object (really? Always, always? Even if the uid is changed by doing event.data=... or event.component['uid'] = 'new value'? Perhaps it's needed to do more research on this?).
Still, I'm doing things like event.component['uid'] several places. Those should be replaced with event.id`
Ref #94 we should trust that
event.idgives the uid of an object (really? Always, always? Even if the uid is changed by doingevent.data=...orevent.component['uid'] = 'new value'? Perhaps it's needed to do more research on this?).Still, I'm doing things like
event.component['uid'] several places. Those should be replaced withevent.id`