Dialog

The dialog component is used to display dialogs as seen in the Output tab below.

Basic Example

Input

Blocks

Set title

set title

Sets the specified title for the specified dialog.

Set message

set message

Sets the specified message for the specified dialog.

OK Button Clicked

OK Button Clicked

When the specified button that is in the OK position is clicked, run the blocks inside for the specified dialog.

Cancle Button Clicked

Cancle Button Clicked

When the specified button that is in the Cancel position is clicked, run the blocks inside for the specified dialog.

Neutral Button Clicked

Neutral Button Clicked

When the specified button that is in the Neutral position is clicked, run the blocks inside for the specified dialog.

Dialog show

Dialog show

Shows the specified dialog.

Last updated

Was this helpful?