ComponentMutationActionSetStateParameter

data class ComponentMutationActionSetStateParameter(val componentName: String, val property: String, val set: ComponentProperty)

Constructors

Link copied to clipboard
constructor(componentName: String, property: String, set: ComponentProperty)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component that is being modified.

Link copied to clipboard

The name of the component property to apply the state configuration to.

Link copied to clipboard

The state configuration to assign to the property.