FlowConnection

data class FlowConnection(val configuration: Either<FlowConnectionConfiguration0Properties, FlowConnectionConfiguration1Properties>? = null, val name: String, val source: String, val target: String, val type: FlowConnectionType)

Flow connection

Constructors

Link copied to clipboard
constructor(configuration: Either<FlowConnectionConfiguration0Properties, FlowConnectionConfiguration1Properties>? = null, name: String, source: String, target: String, type: FlowConnectionType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the connection.

Link copied to clipboard

Name of a connection in a flow

Link copied to clipboard

Name of a node in a flow

Link copied to clipboard

Name of a node in a flow

Link copied to clipboard

Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).