Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPromptOptions

Interface for prompt options

export
interface

IPromptOptions

Hierarchy

  • IPromptOptions

Index

Properties

Optional hideText

hideText: boolean

Whether or not to obscure answered prompt (e.g. for passwords)

memberof

IPromptOptions

Optional maskChar

maskChar: string | null

Character to use for masking hidden text

memberof

IPromptOptions

Optional secToWait

secToWait: number

How long to wait in seconds for prompting

memberof

IPromptOptions

Generated using TypeDoc