Interface for making requests to the Terminal API.
Readonly
Whether terminals are available.
The server settings for the client.
List the running terminal sessions.
A promise that resolves with the list of running session models.
Shut down a terminal session by name.
The name of the target session.
A promise that resolves when the session is shut down.
Start a new terminal session.
Optional
The options used to create the terminal.
A promise that resolves with the session model.
Interface for making requests to the Terminal API.