I work in draw.io. I make various links and buttons.
I'm using the following JSON command:
"data:action/json,{"actions":[{"toggle":{"cells":["36"]}},{"hide":{"cells":["21","22","31","32","23","35"]}}]}"
As an example, the button starts an action with block 36 and closes blocks 21-35.
Question:
Is there a command that replaces all enumerations ? So that each time not to write 21,22.. "And just specify everything except 36"
I was looking for information on the Internet and didn't really find it (