IPromptRecognizeNumbersOptions interface

Properties

integerOnly

(Optional) if true, then only integers will be recognized.

maxValue

(Optional) maximum value allowed.

minValue

(Optional) minimum value allowed.

Property Details

integerOnly

(Optional) if true, then only integers will be recognized.

integerOnly?: boolean

Property Value

boolean

maxValue

(Optional) maximum value allowed.

maxValue?: number

Property Value

number

minValue

(Optional) minimum value allowed.

minValue?: number

Property Value

number