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