-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
c:reactive-behaviour-systemComponent: Changes the reactive behaviour system.Component: Changes the reactive behaviour system.
Description
Goal
Provide a connector for connecting multiple properties with a configurable map.
Relation Type reactive_graph::connector::MappingPropertiesConnector
| Property | Data Type | Description |
|---|---|---|
mapping |
object |
The key is the name of the outbound property, the value is the name of the inbound property. |
Relation Behaviour reactive_graph::connector::MappingPropertiesConnector
Creates connectors for each defined mapping.
Examples
Simple
{
"output1": "input1",
"output2": "input2",
"output3": "input3",
}Rotate Values
{
"value1": "value2",
"value2": "value3",
"value3": "value1",
}Metadata
Metadata
Assignees
Labels
c:reactive-behaviour-systemComponent: Changes the reactive behaviour system.Component: Changes the reactive behaviour system.