Notification
Engage with your users by using our notification and dialog functions.
Show Alertβ
async function showDeleteMessage() {
const buttonClicked = await showAlert('Are you sure you want to delete this?', 'This can\'t be undone', ['yes', 'no']);
console.log(buttonClicked); // logs: 'yes'
}Argumentsβ
name
type
Required
default
Errorsβ
Last updated
Was this helpful?
