InputValues interface

Information about the possible/allowed values for a given subscription input

Properties

defaultValue

The default value to use for this input

error

Errors encountered while computing dynamic values.

inputId

The id of the input

isDisabled

Should this input be disabled

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)

isReadOnly

Should this input be made read-only

possibleValues

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

possibleValues

Possible values that this input can take

possibleValues: InputValue[]

Property Value