terminal.svelte.ts view source
inheritance
extends:
Cell<typeof TerminalJson>
name
type string
command
type string
args
type Array<string>
cwd
type string | undefined
status
type TerminalStatus
exit_code
type number | null
preset_id
type Uuid | null
constructor
type new (options: TerminalOptions): Terminal
options
type TerminalOptions