Skip to content

WorkspaceTemplateTabSlot

Defined in: namespaces.ts:1198

A tab slot defining one tab’s content in a pane.

type: string

Defined in: namespaces.ts:1200

Tab content type.


optional path?: string

Defined in: namespaces.ts:1202

File browser path (type: fileBrowser).


optional panelId?: string

Defined in: namespaces.ts:1204

Plugin panel ID (type: pluginPanel).


optional url?: string

Defined in: namespaces.ts:1206

URL string (type: fileViewer, webBrowser, markdown).


optional fileURL?: string

Defined in: namespaces.ts:1208

File URL string (type: codeEditor).


optional cwd?: string

Defined in: namespaces.ts:1210

Working directory (type: terminal).


optional workingDirectory?: string

Defined in: namespaces.ts:1212

Working directory (type: cliChat).