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.
Retrieves information about all documents within a given container.
The ID of the container to get documents info from.
Promise resolving to a readonly array of document info objects.
Retrieves a specific folder by name within a given container.
The ID of the container to search in.
The name of the folder to retrieve.
Promise resolving to the folder if found, or null otherwise.
Retrieves all folders within a given container (module or folder).
The ID of the container to get folders from (module or folder).
Promise resolving to a readonly array of folders.
API for working with project, modules, and folders