Origin event property for vision?

I recently was working on a Perspective project and realized they have an additional property in propertyChange scripts - binding, which lets you tell what affected the property, a script or a user/browser. It really helped make things simplify things by classifying based on the source of the change. Is there a way to access this sort of data for Vision projects for property change events? Is it a planned things? I think it would prove very useful.

No, this isn’t possible to retrofit into Vision. Vision’s using Java Swing’s PropertyChange mechanism directly, under the hood. Perspective is able to use a different mechanism because we’re using a custom transport to send events between the front-end and back-end.

1 Like