WorkspaceTemplateVariable
Defined in: namespaces.ts:1228
A user-prompted variable resolved at apply time.
Properties
Section titled “Properties”type:
"promptPath"|"promptString"|"pickString"
Defined in: namespaces.ts:1230
Variable type.
prompt
Section titled “prompt”prompt:
string
Defined in: namespaces.ts:1232
Prompt text shown to the user.
default?
Section titled “default?”
optionaldefault?:string
Defined in: namespaces.ts:1234
Default value.
options?
Section titled “options?”
optionaloptions?:string[]
Defined in: namespaces.ts:1236
Options for pickString type.