ContainerExecRequestTerminalSize interface
The size of the terminal.
Properties
cols | The column size of the terminal |
rows | The row size of the terminal |
Property Details
cols
The column size of the terminal
cols?: number
Property Value
number
rows
The row size of the terminal
rows?: number
Property Value
number