-1

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 (

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
  • [Not really. You could encode as an array { "x_range": \[90, 100\], ... }, but there is no "range" primitive in JSON if that's what you're asking. Maybe take a look at this](https://stackoverflow.com/questions/62564256/is-there-a-way-to-specify-a-range-of-numbers-as-json-value#comment110642290_62564256) – Luuk Aug 28 '23 at 08:31

0 Answers0