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