connectedInputChannel property

  1. @TagNumber.new(3)
String get connectedInputChannel

The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

Implementation

@$pb.TagNumber(3)
$core.String get connectedInputChannel => $_getSZ(2);
  1. @TagNumber.new(3)
set connectedInputChannel (String v)

Implementation

@$pb.TagNumber(3)
set connectedInputChannel($core.String v) {
  $_setString(2, v);
}