How to perform onclick event on card using WEB or REST API?

  • 15 November 2021
  • 1 reply
  • 218 views

We need it!


1 reply

Userlevel 5

Hey Pratik!

 

We do currently have a part of the REST API that should help you out. You’re currently able to listen to events on the board, like SELECTION_UPDATED, for example. From here, you could filter out the type of widget selected (it returns a widget type), and do whatever you need from there.

 

Hopefully this helps!

 

Documentation: https://developers.miro.com/docs/web-plugins-features#listen-to-events-on-the-board

Reply