Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateSessionOptions

Extra options passed during session creation.

Hierarchy

  • CreateSessionOptions

Index

Properties

cols

cols: number

The initial number of columns this terminal has.

extraEnv

extraEnv: EnvironmentMap

Extra environment variables to set in the new terminal session.

rows

rows: number

The inital number of rows this terminal has.

Optional workingDirectory

workingDirectory: string

A suggested directory in which this terminal session should start in.

Generated using TypeDoc