Select all child artboards of a Flow

If I select that button saying “Flow 1” I get a selection of all the child artboards of that flow.

Is there a way to select all those artboards via the plugin API?

image

You can get a list of all flows with interactions.flows which will include the homeArtboard. To see which artboards are involved in interactions, either inspect allInteractions or examine each Artboard’s incomingInteractions. Once you get a list of artboards involved in the flow, it is possible to select artboards with the plugin API.

1 Like