connectedInputChannel property

  1. @TagNumber(3)
String 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(3)
void connectedInputChannel=(String v)

Implementation

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