Skip to content

WorkspaceTemplateSource

Defined in: namespaces.ts:1142

Describes the source of a workspace template.

type: "builtin" | "user" | "factory" | "imported" | "plugin"

Defined in: namespaces.ts:1144

Source type.


optional pluginId?: string

Defined in: namespaces.ts:1146

Plugin ID, present only when type is “plugin”.