The '''ValueProxySource''' component allows for the [[User|user]] to grab a [[Value Type|value]] off from a [[UIX]] element. This requires a [[Component:Button|Button]] component to work.
{{Table ComponentFields
{{Table ComponentFields
|Value|'''T'''|TypeAdv0=true|
|Value|'''T'''|TypeAdv0=true|The value itself.
}}
}}
== Behavior ==
== Usage ==
This is used to carry values to other [[UIX]] elements that are looking for it. Using this component along with the [[Component:ReferenceGrabReceiver|ReferenceGrabReceiver]] and [[Component:ValueField|ValueField]] of a [[Value Type|value type]] will allow the user to carry the value from source to receiver directly.
== Examples ==
== Examples ==
== See Also ==
== See Also ==
* Similar to the [[Component:ReferenceProxySource|ReferenceProxySource]] and [[Component:ValueFieldProxySource|ValueFieldProxySource]] components.
Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Value
T
The value itself.
Usage
This is used to carry values to other UIX elements that are looking for it. Using this component along with the ReferenceGrabReceiver and ValueField of a value type will allow the user to carry the value from source to receiver directly.