ComponentMutationActionSetStateParameterArgs

data class ComponentMutationActionSetStateParameterArgs(val componentName: Output<String>, val property: Output<String>, val set: Output<ComponentPropertyArgs>) : ConvertibleToJava<ComponentMutationActionSetStateParameterArgs>

Constructors

constructor(componentName: Output<String>, property: Output<String>, set: Output<ComponentPropertyArgs>)

Properties

Link copied to clipboard
val componentName: Output<String>

The name of the component that is being modified.

Link copied to clipboard
val property: Output<String>

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

Link copied to clipboard

The state configuration to assign to the property.

Functions

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