InputValues interface
Information about the possible/allowed values for a given subscription input
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
defaultValue
The default value to use for this input
defaultValue: string
Property Value
string
error
Errors encountered while computing dynamic values.
error: InputValuesError
Property Value
inputId
The id of the input
inputId: string
Property Value
string
isDisabled
Should this input be disabled
isDisabled: boolean
Property Value
boolean
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
isReadOnly
Should this input be made read-only
isReadOnly: boolean
Property Value
boolean