TerminalOptions
Nodepod API / src / TerminalOptions
Interface: TerminalOptions
Section titled “Interface: TerminalOptions”Defined in: src/sdk/types.ts:160
Properties
Section titled “Properties”autoPrompt?
Section titled “autoPrompt?”
optionalautoPrompt?:boolean
Defined in: src/sdk/types.ts:171
Show the first prompt when the terminal is attached. Defaults to true.
customCommands?
Section titled “customCommands?”
optionalcustomCommands?:Record<string, (cwd,args) =>string>
Defined in: src/sdk/types.ts:172
FitAddon?
Section titled “FitAddon?”
optionalFitAddon?:any
Defined in: src/sdk/types.ts:163
fontFamily?
Section titled “fontFamily?”
optionalfontFamily?:string
Defined in: src/sdk/types.ts:168
fontSize?
Section titled “fontSize?”
optionalfontSize?:number
Defined in: src/sdk/types.ts:167
prompt?
Section titled “prompt?”
optionalprompt?: (cwd) =>string
Defined in: src/sdk/types.ts:169
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string
SerializeAddon?
Section titled “SerializeAddon?”
optionalSerializeAddon?:any
Defined in: src/sdk/types.ts:165
shell?
Section titled “shell?”
optionalshell?:ShellOptions
Defined in: src/sdk/types.ts:174
Per-terminal shell policy overrides.
Terminal
Section titled “Terminal”Terminal:
any
Defined in: src/sdk/types.ts:162
theme?
Section titled “theme?”
optionaltheme?:TerminalTheme
Defined in: src/sdk/types.ts:166
WebglAddon?
Section titled “WebglAddon?”
optionalWebglAddon?:any
Defined in: src/sdk/types.ts:164