alert
Displays a dialog to the operator.
Description
vcc.alert(message: string, [title: string]): void
A popup window (modal dialog) appears containing a message.
Parameters
message
The message to be shown.
title
The title of the window. If not passed, the window will have no title.
Return values
void
Example
vcc.alert('Hello world');
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.