FieldInputValues interface

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

Extends

Properties

operators

Inherited 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

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

The id of the input

inputId: string

Property Value

string

Inherited From InputValues.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