FormInputValueProperty

data class FormInputValueProperty(val bindingProperties: FormInputValuePropertyBindingProperties? = null, val concat: List<FormInputValueProperty>? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(bindingProperties: FormInputValuePropertyBindingProperties? = null, concat: List<FormInputValueProperty>? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The information to bind fields to data at runtime.

Link copied to clipboard

A list of form properties to concatenate to create the value to assign to this field property.

Link copied to clipboard
val value: String? = null

The value to assign to the input field.