In the wold of React, we can assign values for map like:
{...input}
{...input, param1}
{...input, 'aliasParam': param1}
is JEXL can do like this?
In the wold of React, we can assign values for map like:
{...input}
{...input, param1}
{...input, 'aliasParam': param1}
is JEXL can do like this?