Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

Options for the terminal widget.

Hierarchy

  • IOptions

Index

Properties

cursorBlink

cursorBlink: boolean

Whether to blink the cursor. Can only be set at startup.

fontFamily

fontFamily: string | null

The font family used to render text.

fontSize

fontSize: number

The font size of the terminal in pixels.

initialCommand

initialCommand: string

An optional command to run when the session starts.

lineHeight

lineHeight: number | null

The line height used to render text.

pasteWithCtrlV

pasteWithCtrlV: boolean

Whether to enable using Ctrl+V to paste.

This setting has no effect on macOS, where Cmd+V is available.

screenReaderMode

screenReaderMode: boolean

Whether to enable screen reader support.

scrollback

scrollback: number | null

The amount of buffer scrollback to be used with the terminal

shutdownOnClose

shutdownOnClose: boolean

Whether to shut down the session when closing a terminal or not.

theme

theme: Theme

The theme of the terminal.

Generated using TypeDoc