Flow

protocol Flow : Node

A base protocol for all ‘Flow’ Nodes.

  • Nodes within this flow.

    Declaration

    Swift

    var nodes: [any Node] { get }