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.
Closes a dockable pane by passing a pane handle received from the register method.
a handle to the pane that was registered.
Opens a dockable pane by passing a pane handle received from the register method.
a handle to the pane that was registered.
Registers a new dockable pane with Studio Pro.
information like title and initial position required by Studio Pro to register the pane
UI specification of the UI to show inside the pane
a pane handle which can be used to interact with the pane via IDockablePaneApi.open and IDockablePaneApi.close methods
API for working with dockable panes in Studio Pro.