Interface: InputOption
Extends
Record
<string
,unknown
>
Indexable
[key
: string
]: unknown
Properties
code?
optional
code:string
Code associated with the input setting.
decimalPlaces?
optional
decimalPlaces:number
Number of decimal places allowed for the input.
max?
optional
max:number
Maximum value allowed for the input.
min?
optional
min:number
Minimum value allowed for the input.
priceCode?
optional
priceCode:string
Code to determine the price associated with the input setting.
regexExpression?
optional
regexExpression:string
Regular expression for input validation.
validationMessage?
optional
validationMessage:string
Custom validation message to display when input does not match the regex.
value?
optional
value:string
visibilityCode?
optional
visibilityCode:string
Code to determine the visibility of the input setting.