It will be passed to signal@AlertDialog::response if the dialog is closed by pressing <kbd>Escape</kbd> or with a system action.
It doesn't have to correspond to any of the responses in the dialog.
The default close response is close.
string closeResponse() @propertyGet closeResponse property.
It will be passed to signal@AlertDialog::response if the dialog is closed by pressing <kbd>Escape</kbd> or with a system action.
It doesn't have to correspond to any of the responses in the dialog.
The default close response is close.
void closeResponse(string propval) @propertySet closeResponse property.
propval | The ID of the close response. It will be passed to signal@AlertDialog::response if the dialog is closed by pressing <kbd>Escape</kbd> or with a system action. It doesn't have to correspond to any of the responses in the dialog. The default close response is close. |