Interface for defining an output port.
Use this interface to create an output port before you assign its data type. To assign a data type, call IOutputPortBuilder.WithDataType or IOutputPortBuilder.WithDataType.
| Method | Description |
|---|---|
| WithDataType | Configures the data type of the output port. |
| WithDataTypes | Configures the port as polymorphic, accepting any of the given types. The user picks the active type from a dropdown on the port. |