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 notification popup with the given message which will disappear after the specified duration.
A NotificationInfo object which contains the title and message of the notification. It also contains an optional icon and an optional duration in seconds for how long the notification will be displayed. If the duration is not provided, the notification will remain visible indefinitely.
API for showing notification popups