Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 607 Bytes

File metadata and controls

18 lines (12 loc) · 607 Bytes

Show Alert

It shows a temporary notification style alert message to the user

Signature

showAlert(message: string, style: string) -> Promise

Arguments

Argument Name Description
Message The message you want to show to the user
Style The style of alert message. Can be one of info, success, error, warning