API for working with (document) tabs in the working area of 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.
Closes the tab with the given handle.
The handle of the tab to be closed
Opens a new tab in the working area of Studio Pro.
Information about the tab to be opened
UI specification of the UI to show inside the tab
A handle to the tab that can be used to close it
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 working with (document) tabs in the working area of Studio Pro