Skip to main content

showMessage()

Last updated 12/09/2024

The

showMessage()
is a function on the
Five
object that is used to display a message. It is mostly used to give feedback to users. It displays a dialog window that consists of a specified message and an OK button. When the dialog window pops up, the OK button needs to be clicked to proceed.

Available

Client and Server

Function Signature
showMessage(message: string) : void;

ParameterTypeDescription
message
stringMessage to be displayed

Examples

showMessage()