Skip to main content

PartialTemplateVariableEnumSetting

Index

Properties

optionaldefault

The default value of the variable if none was provided.

optionalinternal

internal?: null | boolean

Marks the variable as internal, and won't be overwritten via CLI arguments.

optionalmultiple

multiple?: null | boolean

Allows multiple values to be selected.

optionalorder

order?: null | number

The order in which variables should be prompted for.

optionalprompt

prompt?: null | string

Prompt the user for a value when the generator is running.

optionaltype

type?: null | enum

optionalvalues

List of acceptable values for this variable.