Skip to content

TerminalOptions

Nodepod API


Nodepod API / src / TerminalOptions

Defined in: src/sdk/types.ts:160

optional autoPrompt?: boolean

Defined in: src/sdk/types.ts:171

Show the first prompt when the terminal is attached. Defaults to true.


optional customCommands?: Record<string, (cwd, args) => string>

Defined in: src/sdk/types.ts:172


optional FitAddon?: any

Defined in: src/sdk/types.ts:163


optional fontFamily?: string

Defined in: src/sdk/types.ts:168


optional fontSize?: number

Defined in: src/sdk/types.ts:167


optional prompt?: (cwd) => string

Defined in: src/sdk/types.ts:169

string

string


optional SerializeAddon?: any

Defined in: src/sdk/types.ts:165


optional shell?: ShellOptions

Defined in: src/sdk/types.ts:174

Per-terminal shell policy overrides.


Terminal: any

Defined in: src/sdk/types.ts:162


optional theme?: TerminalTheme

Defined in: src/sdk/types.ts:166


optional WebglAddon?: any

Defined in: src/sdk/types.ts:164