FormInputValuePropertyBindingProperties

data class FormInputValuePropertyBindingProperties(val field: String? = null, val property: String)

Constructors

Link copied to clipboard
constructor(field: String? = null, property: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val field: String? = null

The data field to bind the property to.

Link copied to clipboard

The form property to bind to the data field.