Skip to content

Configure node connections

UIinterface

Configures how the connections between the nodes are visualized.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
configure_node_connections({"param": value})

where the object {"param": value} is optional in most cases and if present may contain any of the parameters described in the corresponding section below.

Example

Show connections and represent the direction from source to target

Example call (in recipe editor)
configure_node_connections({"visible": true, "directed": true})
More examples

Hide connections and show only the nodes

Example call (in recipe editor)
configure_node_connections({"visible": false, "directed": false})

Parameters


visible: boolean

Links are shown.


directed: boolean

Links are directed.