RunningLanguageServer | @jupyterlab (original) (raw)
A running item.
Implements
Index
Constructors
constructor
- new RunningLanguageServer(
connection: ILSPConnection,
manager: ILSPDocumentConnectionManager,
): RunningLanguageServer Parameters
- connection: ILSPConnection
- manager: ILSPDocumentConnectionManager
Returns RunningLanguageServer
Methods
icon
- icon(): LabIcon
- The
LabIcon
to use as the icon for the running item or the stringsrc
URL.
Returns LabIcon
label
- label(): string
- Called to determine the label for each item.
Returns string
open
- open(): void
- This is no-op because we do not do anything on server click event
Returns void
shutdown
- shutdown(): void
- Called when the shutdown button is pressed on a particular item.