isGlobalActionComponent property

  1. @TagNumber(3)
bool get isGlobalActionComponent

@doc whether the selected action component is global or not

Implementation

@$pb.TagNumber(3)
$core.bool get isGlobalActionComponent => $_getBF(2);
  1. @TagNumber(3)
set isGlobalActionComponent (bool value)

Implementation

@$pb.TagNumber(3)
set isGlobalActionComponent($core.bool value) => $_setBool(2, value);