ComponentProperty

Describes the configuration for all of a component's properties. Use ComponentProperty to specify the values to render or bind by default.

Types

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

Properties

Link copied to clipboard

The information to bind the component property to data at runtime.

Link copied to clipboard

The information to bind the component property to form data.

Link copied to clipboard

The information to bind the component property to data at runtime. Use this for collection components.

Link copied to clipboard

The name of the component that is affected by an event.

Link copied to clipboard

A list of component properties to concatenate to create the value to assign to this component property.

Link copied to clipboard

The conditional expression to use to assign a value to the component property.

Link copied to clipboard

Specifies whether the user configured the property in Amplify Studio after importing it.

Link copied to clipboard

The default value to assign to the component property.

Link copied to clipboard

An event that occurs in your app. Use this for workflow data binding.

Link copied to clipboard

The default value assigned to the property when the component is imported into an app.

Link copied to clipboard

The data model to use to assign a value to the component property.

Link copied to clipboard

The name of the component's property that is affected by an event.

Link copied to clipboard
val type: String?

The component type.

Link copied to clipboard

An authenticated user attribute to use to assign a value to the component property.

Link copied to clipboard

The value to assign to the component property.

Functions

Link copied to clipboard
inline fun copy(block: ComponentProperty.Builder.() -> Unit = {}): ComponentProperty
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