Allow client variables in javascript nodes
504
Views
4
Comments
On our RadarOn our Radar
Frontend (App Interfaces)

Allow changing client variables in reactive web and mobile apps directly from a javascript node in following syntax:

$variables.NameOfClientVariable = " new value" 

The available client variables should then also be listed in the scope tree on the left of the expression editor.

This avoids extra need to create setter client actions just to change a client variable.

Changed the category to
Frontend
and the status to
On our RadarOn our radar

Hi Daniël,

That's a good idea. We'll add it to our radar to see how the idea evolves to eventually implement it in a future version.

Cheers,
Tiago Simões

Wow, this got picked up immediately. Indeed great idea.

I’ve liked this one. Nice idea Daniël ;-).

Nice Idea, Which will reduce passing the input parameters.