FieldInputValues interface
Information about the possible/allowed values for a given subscription input
- Extends
default |
The default value to use for this input |
error | Errors encountered while computing dynamic values. |
input |
The id of the input |
is |
Should this input be disabled |
is |
Should the value be restricted to one of the values in the PossibleValues (True) or are the values in PossibleValues just a suggestion (False) |
is |
Should this input be made read-only |
possible |
Possible values that this input can take |
operators: number[]
Property Value
number[]
The default value to use for this input
defaultValue: string
Property Value
string
Inherited From InputValues.defaultValue
Errors encountered while computing dynamic values.
error: InputValuesError
Property Value
Inherited From InputValues.error
Should this input be disabled
isDisabled: boolean
Property Value
boolean
Inherited From InputValues.isDisabled
Should the value be restricted to one of the values in the PossibleValues (True) or are the values in PossibleValues just a suggestion (False)
isLimitedToPossibleValues: boolean
Property Value
boolean
Inherited From InputValues.isLimitedToPossibleValues
Should this input be made read-only
isReadOnly: boolean
Property Value
boolean
Inherited From InputValues.isReadOnly
Possible values that this input can take
possibleValues: InputValue[]
Property Value
Inherited From InputValues.possibleValues