JEXL how to extend assignment for map?

Viewed 13

In the wold of React, we can assign values for map like:

 {...input}
 {...input, param1}
 {...input, 'aliasParam': param1}

is JEXL can do like this?

0 Answers
Related