Values_0.RouteSourceSpecifies a route node that directs data to different output paths based on defined filtering conditions.
type nonrec t = {name : NodeName.t;The name of the route node.
*)inputs : OneInput.t;The input connection for the route node.
*)groupFiltersList : GroupFiltersList.t;A list of group filters that define the routing conditions and criteria for directing data to different output paths.
*)}val make :
name:NodeName.t ->
inputs:OneInput.t ->
groupFiltersList:GroupFiltersList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NodeId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of
EnclosedInStringProperty.t ]
list ])
list ]
list ])
list ]
list
| `String of GenericLimitedString.t ])
list ]
list
| `String of NodeName.t ])
list ]