I am talking about the Miro web plugin SDK and its capabilities.
There are multiple events that I’ve successfully used in relation to stickers.
- WIDGETS_CREATED - Successfully fires when I create a new sticker.
- WIDGETS_DELETED - Successfully fires when I delete an existing sticker.
- WIDGETS_TRANSFORMATION_UPDATED - Successfully fires when I resize a sticker.
However there does not seem to be any event that fires when I change the sticker text. This is especially annoying because this also applies for the very first edit. So when I create a new sticker, I get the WIDGETS_CREATED event for this sticker. However after I write some text for this sticker, there will be no event. It’s only later, for example when I resize the sticker, that I will catch on to the fact that the text has changed.
Is there an event I can subscribe to that fires when the sticker text is changed? Did I miss something?
If there isn’t any such event right now, are there plans on adding such an event? Knowing when the user changes text on stickers would allow for a much smoother plugin experience that would match the rest of Miro. Constant polling or manual refresh buttons are not a great look.