Skip to main content

TemplateVariableEnumSetting

Index

Properties

default

The default value of the variable if none was provided.

internal

internal: boolean

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

multiple

multiple: null | boolean

Allows multiple values to be selected.

order

order: null | number

The order in which variables should be prompted for.

prompt

prompt: null | string

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

type

type: enum

values

List of acceptable values for this variable.