Alert

component fbx.ui.dialog.Alert

Alert is a fbx.ui.dialog.Dialog with a message.

Alert inherits all properties from fbx.ui.dialog.Dialog.

../../../_images/alert.png

An alert.

Alert {
    title: "Hello,"
    text: "World !"
}
property text

Text string printed inside the alert.