Hello,
I want to extract all objects from a Miro Board (Web-Based). I found our that we can execute the command 'await miro.v1.board.getAllObjects()' on the browser console, which retrieves an array with all the objects on the board. You can see an example of this on the attached screenshot. My question is, how can I do this in a Chrome Extension?
Can anybody give me a guidance what to do to solve this issue?
