TerminalAPIClient | @jupyterlab (original) (raw)
Implements
Index
Constructors
constructor
- new TerminalAPIClient(
options?: { serverSettings?: ServerConnection.ISettings },
): TerminalAPIClient TerminalAPIClient
Returns
Properties
Readonly
serverSettings
Accessors
isAvailable
- get isAvailable(): boolean
Returns boolean
Methods
listRunning
A promise that resolves with the list of running session models.
shutdown
A promise that resolves when the session is shut down.
startNew
- startNew(options?: Terminal.ITerminal.IOptions): Promise<Terminal.IModel>
Promise<Terminal.IModel>
Returns
A promise that resolves with the terminal session model.