I am struggeling to find the correct search term for a temporary notification window similar to the Windows pop-up "Safe To Remove Hardware" and how to implement it in Appian once a button is clicked.
The key features of this kind of pop-over are
- The messages disappears after e.g. 10s.
- Before the 10s passed, one can click the message away by clicking on a
X
on the upper right.
I am aware of the property confirmHeader
, confirmMessage
(see documentation on Submit Link), but this pop-over does not disappear automatically.