Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NumberControlPromptsProps

Props to customize the prompt fragments that will be added by this.renderAct().

Hierarchy

  • NumberControlPromptsProps

Properties

Optional confirmValue

confirmValue: StringOrList | function

Optional informConfusingConfirmation

informConfusingConfirmation: StringOrList | function

Optional informConfusingDisconfirmation

informConfusingDisconfirmation: StringOrList | function

Optional invalidValue

invalidValue: StringOrList | function

Optional problematicInputValue

problematicInputValue: StringOrList | function

Optional requestChangedValue

requestChangedValue: StringOrList | function

Optional requestValue

requestValue: StringOrList | function

Optional suggestValue

suggestValue: StringOrList | function

Optional valueConfirmed

valueConfirmed: StringOrList | function

Optional valueDisconfirmed

valueDisconfirmed: StringOrList | function

Optional valueSet

valueSet: StringOrList | function