You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value — The new value of the variable in JSON expression representation (see below).
There's nothing below that explains it.
Additionaly setDynamicModuleVariables works with value : "True" which means there's more to say than 'it is ExpressionJSON' because representation of True is "true".
Please make this clear.
The text was updated successfully, but these errors were encountered:
Small correction: When the value is a string, it is parsed by the client-side parser. That parser has some limitations, and that's why the latter form (proper ExpressionJSON) is preferred.
The value is only sent to the server if it is used in an evaluation that cannot be handled by the client-side evaluator.
There's nothing below that explains it.
Additionaly
setDynamicModuleVariables
works withvalue : "True"
which means there's more to say than 'it is ExpressionJSON' because representation ofTrue
is"true"
.Please make this clear.
The text was updated successfully, but these errors were encountered: