componentName property
The name of the component which was requested to be moved.
Implementation
@$pb.TagNumber(5)
$core.String get componentName => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set componentName($core.String v) { $_setString(4, v); }