Hi there,
the following code works great for me.
wis = await miro.board.selection.get()
text = wis[0].plainText
console.log(text)
Now I would like to get the dates when the widget (sticker) was created and which date it has been last modified.
I can’t find the correct documentation on this topic. Can someone help me?
Kind regards
Austin