connectedInputChannel property
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);
Implementation
@$pb.TagNumber(3)
set connectedInputChannel($core.String v) {
$_setString(2, v);
}