ComponentFormBindingElementArgs

data class ComponentFormBindingElementArgs(val element: Output<String>, val property: Output<String>) : ConvertibleToJava<ComponentFormBindingElementArgs>

Constructors

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

Properties

Link copied to clipboard
val element: Output<String>

The name of the component to retrieve a value from.

Link copied to clipboard
val property: Output<String>

The property to retrieve a value from.

Functions

Link copied to clipboard
open override fun toJava(): ComponentFormBindingElementArgs