Values.MutationActionSetStateParameterSourceRepresents the state configuration when an action modifies a property of another element within the same component.
type nonrec t = {componentName : String_.t;The name of the component that is being modified.
*)property : String_.t;The name of the component property to apply the state configuration to.
*)set : ComponentProperty.t;The state configuration to assign to the property.
*)}val make :
componentName:String_.t ->
property:String_.t ->
set:ComponentProperty.t ->
unit ->
t