NodeWithOutput

protocol NodeWithOutput : Node

A protocol that specifies when a node that can produce output, such as Starter or StateReader.

  • Data that uniquely identifies a Node. Must be unique per Automation.

    Declaration

    Swift

    var output: String { get }