Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldInputValues

Hierarchy

Index

Properties

Optional defaultValue

defaultValue: string

The default value to use for this input

Optional error

Errors encountered while computing dynamic values.

Optional inputId

inputId: string

The id of the input

Optional isDisabled

isDisabled: boolean

Should this input be disabled

Optional isLimitedToPossibleValues

isLimitedToPossibleValues: boolean

Should the value be restricted to one of the values in the PossibleValues (True) or are the values in PossibleValues just a suggestion (False)

Optional isReadOnly

isReadOnly: boolean

Should this input be made read-only

Optional possibleValues

possibleValues: Array<InputValue>

Possible values that this input can take

Generated using TypeDoc