So I have an indexed array variable called show_help
. It is an indexed array of booleans.
I can display a value with key 1020 with the syntax:
{{show_help.value.1020}}
When clicking on an element in my design I want to be able to:
-
Set the value - I have tried
show_help.value.1020.setValue(1)
but this doesn’t work. What syntax should I be using? -
Toggle the value - What syntax would I use for that?
Thanks!
Antony.
Community Page
Last updated:
Last updated: