OH3 actionFeedback parameters

Hi,

i noticed the actionFeedback functionally for widgets, but i am struggling to understand how i further can edit the parameters other than the text which is by default displayed in the bottom left corner. According to the toast events framework there are quite some possibilities to enhance this.

> actionFeedback: Done!

Has anyone looked into this yet?

Thanks

Hi friend,
The most I have found is this:

actionFeedback: ='{ "text":"You selected <b>' + '</b><br>Sending command <b>' + '</b> to item", "position":"center","icon":"<i style=\\"color:green\\" class=\\"f7-icons\\">checkmark_alt</i>","closeButton":true }'

I am also trying to create things with actionFeedback and Toast.

Do you have any progress?