[FEATURE] Add relative referencing when binding to property keys in Perspective

This comes from this topic:

It would be super handy to be able to use relative referencing for example for SVG elements, horizontal menu items, etc. when binding to these when they're inside of arrays.
E.g.

Currently for the bindings on each array element, we have to manually set the array index.

It would be much simpler if we could replace

{this.props.items[5].label}

with this

{thisItem.label}

Vote here:

2 Likes

Is this possible at the current version of Ignition? Want to do this exact feature in Horizontal menus to reference the "target" property when figuring out what "style" to bind to.

Nope, still not possible :frowning: