Skip to main content

ScaffoldInputType

ScaffoldInputType = "text" | "select" | "confirm" | "number"

Defined in: types.ts:249

The type of an interactive input prompt.

  • "text" — free-form text input (default)
  • "select" — choose from a list of options
  • "confirm" — yes/no boolean prompt
  • "number" — numeric input