Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 435 Bytes

show-alert.md

File metadata and controls

21 lines (14 loc) · 435 Bytes
description
Show a temporary notification style alert message to the user

Show Alert

Signature

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

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