ComponentPropertyBindingProperties

Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data field to bind the property to.

Link copied to clipboard

The component property to bind to the data field.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String