ContinueNode

extension ContinueNode
  • Returns the list of collectors from the actions.

    Declaration

    Swift

    public var collectors: [any Collector] { get }
  • id

    Extension property to get the id of a Connector.

    Declaration

    Swift

    public var id: String { get }
  • Extension property to get the name of a Connector.

    Declaration

    Swift

    public var name: String { get }
  • Extension property to get the description of a Connector.

    Declaration

    Swift

    public var description: String { get }
  • Extension property to get the category of a Connector.

    Declaration

    Swift

    public var category: String { get }