ComponentFormBindingElement

data class ComponentFormBindingElement(val element: String, val property: String)

Constructors

Link copied to clipboard
constructor(element: String, property: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component to retrieve a value from.

Link copied to clipboard

The property to retrieve a value from.