terminal.svelte.ts

Declarations
#

5 declarations

view source

Terminal
#

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

TerminalJson
#

terminal.svelte.ts view source

ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid", "out">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime", "out">>; ... 7 more ...; preset_id: ZodDefault<...>; }, $strict>

TerminalJsonInput
#

terminal.svelte.ts view source

{ id?: string | undefined; created?: string | undefined; updated?: string | undefined; name?: string | undefined; command?: string | undefined; args?: string[] | undefined; cwd?: string | undefined; status?: "running" | ... 2 more ... | undefined; exit_code?: number | ... 1 more ... | undefined; preset_id?: string |...

TerminalOptions
#

TerminalStatus
#

Depends on
#

Imported by
#