Skip to content

WorkspaceTemplateSource

Defined in: namespaces.ts:1143

Describes the source of a workspace template.

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

Defined in: namespaces.ts:1145

Source type.


optional pluginId?: string

Defined in: namespaces.ts:1147

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