Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Adds an event listener for the specified event type.
A function that can be called to remove the event listener.
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.
Optional
details: stringThe optional details to show in the message box.
A promise that resolves when the message box is closed.
API for showing message boxes