java.lang.Object
com.inductiveautomation.ignition.alarming.designer.api.OutputDescriptor

public class OutputDescriptor extends Object
Describes at output pin for a pipeline block. Blocks with a single output should use AbstractBlockPrototype.COMMON_OUTPUT_DESCRIPTOR
  • Constructor Details

    • OutputDescriptor

      public OutputDescriptor(LocalizedString displayName, Property<UUID> property)
      Parameters:
      displayName - The name of the output pin.
      property - The property to on the block that represents the UUID of the target of this output pin.
  • Method Details