Current working directory.
In case destroyTermOnClose
is true - terminal process will be destroyed on close terminal widget, otherwise will be kept
alive.
Environment variables for terminal.
Terminal id. Should be unique for all DOM.
Whether it is a pseudo terminal where an extension controls its input and output.
Terminal kind that indicates whether a terminal is created by a user or by some extension for a user
Shell arguments to executable shell, for example: [-l
] - without login.
Path to the executable shell. For example: /bin/bash
, bash
, sh
.
Human readable terminal representation on the UI.
Terminal server side can send to the client terminal title
to display this value on the UI. If
useServerTitle = true then display this title, otherwise display title defined by 'title' argument.
Terminal attributes. Can be useful to apply some implementation specific information.