ComponentPropertyBindingPropertiesArgs

data class ComponentPropertyBindingPropertiesArgs(val field: Output<String>? = null, val property: Output<String>) : ConvertibleToJava<ComponentPropertyBindingPropertiesArgs>

Constructors

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

Properties

Link copied to clipboard
val field: Output<String>? = null

The data field to bind the property to.

Link copied to clipboard
val property: Output<String>

The component property to bind to the data field.

Functions

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