API for registering commands in Studio Pro.
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.
The type of event to listen for.
The event listener to add.
A function that can be called to remove the event listener.
Optional
Removes an event listener for the specified event type.
The type of event to remove the listener from.
The event listener to remove.
API for registering commands in Studio Pro.