Optional
Readonly
attributesOptional
Readonly
cwdCurrent working directory.
Optional
Readonly
destroyIn case destroyTermOnClose
is true - terminal process will be destroyed on close terminal widget, otherwise will be kept
alive.
Optional
Readonly
envEnvironment variables for terminal.
Optional
Readonly
hideWhen enabled the terminal will run the process as normal but not be surfaced to the user until Terminal.show
is called.
Optional
Readonly
iconicon class with or without color modifier
Optional
Readonly
idTerminal id. Should be unique for all DOM.
Optional
Readonly
isWhether it is a pseudo terminal where an extension controls its input and output.
Optional
Readonly
isWhen enabled, the terminal will not be persisted across window reloads.
Optional
Readonly
kindTerminal kind that indicates whether a terminal is created by a user or by some extension for a user
Optional
Readonly
locationOptional
Readonly
shellArgs for the custom shell executable. A string can be used on Windows only which allows specifying shell args in command-line format.
Optional
Readonly
shellPath to the executable shell. For example: /bin/bash
, bash
, sh
.
Optional
Readonly
strictWhether the terminal process environment should be exactly as provided in env
.
Optional
Readonly
titleHuman readable terminal representation on the UI.
Optional
Readonly
useTerminal 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.