Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Asks the user a question with the given options.
The options for the question.
A promise that resolves to true if the user clicked Yes or OK, false otherwise.
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.
Shows a message box with the given options.
The options for the message box.
A promise that resolves when the message box is closed.
API for showing message boxes