Skip to content

Mapping Properties Connector #263

@aschaeffer

Description

@aschaeffer

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

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions