Skip to content

WorkspaceTemplateTabSlot

Defined in: namespaces.ts:1199

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

type: string

Defined in: namespaces.ts:1201

Tab content type.


optional path?: string

Defined in: namespaces.ts:1203

File browser path (type: fileBrowser).


optional panelId?: string

Defined in: namespaces.ts:1205

Plugin panel ID (type: pluginPanel).


optional url?: string

Defined in: namespaces.ts:1207

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


optional fileURL?: string

Defined in: namespaces.ts:1209

File URL string (type: codeEditor).


optional cwd?: string

Defined in: namespaces.ts:1211

Working directory (type: terminal).


optional workingDirectory?: string

Defined in: namespaces.ts:1213

Working directory (type: cliChat).