Unique identifier that can be used to register or retrieve a specific API.
Example: mendix.EditorsAPI, mycompany.MyFunkyAPI
Adds an enumeration document to the specified container.
The ID of the container where the enumeration will be added. It could be a module or folder.
Optional
options: EnumerationCreationOptionsOptions for that will be used during the enumeration initilization.
A promise that resolves to the newly created enumeration.
Adds an event listener for the specified event type.
A function that can be called to remove the event listener.
Optional
options: EnumerationCreationOptions
API for working with enumerations