I was using the sap.ca.ui.message.message
namespace to create an error popup. I noticed this was deprecated and now I am using the correct sap.m.Messagebox.error
namespace. However I am confused on the properties I can use for this dialog box.The deprecated namespace has properties that the correct one does not, such as "Details". I did see however that MessageBox.show
can use the Details property. Can I still define these properties? Where is a list of the properties? Neither of the links below answer my question and the Explored link only shows a few simple examples.
https://sapui5.hana.ondemand.com/explored.html#/entity/sap.m.MessageBox%20/samples https://sapui5.hana.ondemand.com/#docs/api/symbols/sap.m.MessageBox.html