Component image 
Proto Flux Reference Proxy component as seen in the Scene Inspector

The ProtoFluxReferenceProxy component is used to usually manage global references like on write node write targets and the monitoring slot on the slot events node.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Node
|
ProtoFluxNode | The node this is making a visual for. |
ElementName
|
String | The element this is pointing to. |
ValueType
|
direct SyncType | the type of the value input this is pointing to. |
_label
|
field drive of String | The text element of the element this is for. |
_proxyVisual
|
Button | The button to set the input field value with. |
_refProxySource
|
direct RelayRef`1<ReferenceProxySource> | the component that handles grabbing the value of the field this points to via UIX. |
NodeReference
|
direct RelayRef`1<ISyncRef> | The node the value field points to, if it should point to a protoflux node like for a write node. |
Arrow
|
direct CleanupRef`1<ProtofluxArrowManager> | the arrow pointing to a protoflux node if the value field's value points to a protoflux node. |
ConnectPoint
|
Slot | The slot that should act as the connector point. |
_currentName
|
direct RelayRef`1<IValue`1<String>> | The field to drive with the current name of the value that this component's value field is pointing to. |
_selfHovering
|
direct RelayRef`1<IValue`1<Bool>> | The field to drive with whether or not this element is being hovered over. |
_targetHovering
|
direct RelayRef`1<IValue`1<Bool>> | The field to drive with whether or not the element this is targeting is a node and is being hovered over. |
_arrowManagerEnabled
|
field drive of Bool | The field to drive in order to enable/disable the arrow manager. |
_arrowRendererEnabled
|
field drive of Bool | The field to drive in order to enable/disable the arrow manager's arrow visual. |