Share feedback
Answers are generated based on the documentation.

Experimental

Schema

PtyConfig

Type: object

PtyConfig configures pseudo-terminal creation.
initialSize

Schema: TerminalSize

initial_size requests an initial terminal size; absence selects a backend-defined size.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/TerminalSize",
  "description": "initial_size requests an initial terminal size; absence selects a backend-defined size."
}
All schema constraints and annotations
{
  "additionalProperties": false,
  "description": "PtyConfig configures pseudo-terminal creation.",
  "properties": {
    "initialSize": {
      "$ref": "#/components/schemas/TerminalSize",
      "description": "initial_size requests an initial terminal size; absence selects a backend-defined size."
    }
  },
  "title": "PtyConfig",
  "type": "object"
}