FieldInputValues interface
Information about the possible/allowed values for a given subscription input
- Extends
Properties
operators |
Inherited Properties
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 |
Property Details
operators
operators: number[]
Property Value
number[]
Inherited Property Details
defaultValue
The default value to use for this input
defaultValue: string
Property Value
string
Inherited From InputValues.defaultValue
error
Errors encountered while computing dynamic values.
error: InputValuesError
Property Value
Inherited From InputValues.error
inputId
isDisabled
Should this input be disabled
isDisabled: boolean
Property Value
boolean
Inherited From InputValues.isDisabled
isLimitedToPossibleValues
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
isReadOnly
Should this input be made read-only
isReadOnly: boolean
Property Value
boolean
Inherited From InputValues.isReadOnly
possibleValues
Possible values that this input can take
possibleValues: InputValue[]
Property Value
Inherited From InputValues.possibleValues