Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Terminal

Index

Type aliases

ConnectionStatus

ConnectionStatus: "connected" | "connecting" | "disconnected"

The valid terminal connection states.

Notes

The status states are:

  • connected: The terminal connection is live.
  • connecting: The terminal connection is not live, but we are attempting to reconnect to the terminal.
  • disconnected: The terminal connection is down, we are not trying to reconnect.

MessageType

MessageType: "stdout" | "disconnect" | "set_size" | "stdin"

Valid message types for the terminal.

Functions

isAvailable

  • isAvailable(): boolean
  • Whether the terminal service is available.

    Returns boolean

Generated using TypeDoc