Terminal$Typings extension

on

Properties

creationOptions → dynamic
The object used to initialize the terminal, this is useful for example to detecting the shell type of when the terminal was not launched by this extension or for detecting what folder the shell was launched in.
no setter
dispose ↔ void Function()
getter/setter pair
exitStatus TerminalExitStatus?
The exit status of the terminal, this will be undefined while the terminal is active.
no setter
hide ↔ void Function()
getter/setter pair
name String
The name of the terminal.
no setter
processId Future
The process ID of the shell process.
no setter
sendText ↔ void Function(String, [bool?])
getter/setter pair
show ↔ void Function([bool?])
getter/setter pair
state TerminalState
The current state of the {@link Terminal}.
no setter