Hi, after searching in the documentation I found the selectWidgets Miro board method. I simply want to use a array of widget ids from the board, input them into the method and want them to get selected on the board, from what I have read in the documentation this should be working.
Link to the documentation: https://developers.miro.com/docs/interface-iboardselectioncommands
The method:
My implementation:
The error I get:
I never used this method before so it is possible my implementation is wrong, if that is the case and someone knows what is wrong please correct me.
But the documentation says the method should accept a parameter of widgetIds which the array I’m passing into it has. This most probably isn’t the problem as the error seems to be in the method itself rather than in the parameter passed.