Is it possible to capture a click event on an item such as a shape using Web SDK

  • 21 September 2023
  • 1 reply
  • 60 views

Userlevel 1
Badge +2

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

 

 


1 reply

Userlevel 6
Badge +4

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