FlowConnection

Contains information about a connection between two nodes in the flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the connection.

Link copied to clipboard

A name for the connection that you can reference.

Link copied to clipboard

The node that the connection starts at.

Link copied to clipboard

The node that the connection ends at.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: FlowConnection.Builder.() -> Unit = {}): FlowConnection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String