Pseudoterminal$Typings extension
Properties
- close ↔ void Function()
-
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
getter/setter pair - handleInput ↔ void Function(String)
-
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
getter/setter pair -
onDidChangeName
↔ Event<
String> ? -
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
An event that when fired allows changing the name of the terminal.getter/setter pair -
onDidClose
↔ Event<
Object> ? -
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
An event that when fired will signal that the pty is closed and dispose of the terminal.getter/setter pair -
onDidOverrideDimensions
↔ Event<
TerminalDimensions?> ? -
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
An event that when fired allows overriding the {@link Pseudoterminal.setDimensions dimensions} of the terminal. Note that when set, the overridden dimensions will only take effect when they are lower than the actual dimensions of the terminal (ie. there will never be a scroll bar). Set toundefined
for the terminal to go back to the regular dimensions (fit to the size of the panel).getter/setter pair -
onDidWrite
↔ Event<
String> -
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
An event that when fired will write data to the terminal. Unlike {@link Terminal.sendText} which sends text to the underlying child pseudo-device (the child), this will write the text to parent pseudo-device (the terminal itself).getter/setter pair - open ↔ void Function([TerminalDimensions?])
-
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
getter/setter pair - setDimensions ↔ void Function(TerminalDimensions)
-
Available on Pseudoterminal, provided by the Pseudoterminal$Typings extension
getter/setter pair