Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerminalOptions

Options to create terminal widget.

Hierarchy

  • TerminalOptions

Index

Properties

Optional attributes

attributes: object

Terminal attributes. Can be useful to apply some implementation specific information.

Type declaration

  • [key: string]: string | null

Optional cwd

cwd: string

Current working directory.

Optional env

env: object

Environment variables for terminal in format key - value.

Type declaration

  • [key: string]: string | null

Optional name

name: string

Human readable representation of the terminal in the UI.

Optional shellArgs

shellArgs: string[]

Arguments to configure executable shell. For example ["-l"] - run shell without login.

Optional shellPath

shellPath: string

Path to the executable shell. For example "/bin/bash", "bash", "sh".