Skip to main content

terminalStore

MS Code Extension API


MS Code Extension API / features/termis/components/terminal/store/terminalStore

features/termis/components/terminal/store/terminalStore

Interfaces

TerminalInstance

Defined in: features/termis/components/terminal/store/terminalStore.ts:9

Properties

createdAt

createdAt: number

Defined in: features/termis/components/terminal/store/terminalStore.ts:17

exitCode?

optional exitCode?: number

Defined in: features/termis/components/terminal/store/terminalStore.ts:16

id

id: string

Defined in: features/termis/components/terminal/store/terminalStore.ts:10

pid?

optional pid?: number

Defined in: features/termis/components/terminal/store/terminalStore.ts:15

shell

shell: TerminalShell

Defined in: features/termis/components/terminal/store/terminalStore.ts:12

status

status: TerminalStatus

Defined in: features/termis/components/terminal/store/terminalStore.ts:13

title

title: string

Defined in: features/termis/components/terminal/store/terminalStore.ts:11

workingDir

workingDir: string

Defined in: features/termis/components/terminal/store/terminalStore.ts:14

Type Aliases

TerminalShell

TerminalShell = "bash" | "sh" | "zsh" | "fish" | "powershell" | "cmd"

Defined in: features/termis/components/terminal/store/terminalStore.ts:7


TerminalStatus

TerminalStatus = "initializing" | "ready" | "busy" | "exited" | "error"

Defined in: features/termis/components/terminal/store/terminalStore.ts:6

Variables

useTerminalStore

const useTerminalStore: UseBoundStore<StoreApi<TerminalState>>

Defined in: features/termis/components/terminal/store/terminalStore.ts:31