cavalry_connect
Connect an output attribute to an input attribute between layers in Cavalry. Use 'id' to link a layer's main output.
Instructions
Connect an output attribute to an input attribute between layers. Use "id" as the outAttr to connect a layer's main output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If true, overwrite any existing connection on the target attribute | |
| sourceAttr | Yes | Source attribute path (use "id" for the main output) | |
| targetAttr | Yes | Target attribute path | |
| sourceLayerId | Yes | Source layer ID | |
| targetLayerId | Yes | Target layer ID |