Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomPromptDefaults

Hierarchy

  • CustomPromptDefaults

Index

Properties

Optional flagSupport

flagSupport: undefined | false | true

Whether or not to support to flags for custom prompts

Optional limit

limit: undefined | number

The number of re-prompts before custom prompt gives up

default

Infinity

Optional quotedStringSupport

quotedStringSupport: undefined | false | true

Whether the custom prompt should respect quoted strings

default

false

Optional time

time: undefined | number

The time-limit for re-prompting custom prompts

default

30000

Generated using TypeDoc