Skip to main content

We would like to capture a click event, on a shape/object, similarly to how the card expand button works.

 

 

Hey @Elad,

Thanks for raising this, it’s a great suggestion to support a click event like this. While we don't have an event listener for just a single click on an item or the board like this, one potential workaround you could consider leveraging is the getSelection() method. It allows you to listen for a selection of an item or items on the board:

getSelection()

That said, I realize it’s not exactly the same. It’s excellent feedback, and happy to share this with the team.


Reply