InputValue interface

Information about a single value for an input

Properties

data

Any other data about this input

displayValue

The text to show for the display of this value

value

The value to store for this input

Property Details

data

Any other data about this input

data: {[key: string]: any}

Property Value

{[key: string]: any}

displayValue

The text to show for the display of this value

displayValue: string

Property Value

string

value

The value to store for this input

value: string

Property Value

string