Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Shows a message box with the given type, message and optional details.
The type of message box. One of "info", "warning" or "error".
The message to show in the message box.
Optionaldetails: stringThe optional details to show in the message box.
A promise that resolves when the message box is closed.
API for showing message boxes