globalHandlerActionComponentIdentifier property

  1. @TagNumber(7)
FFIdentifier get globalHandlerActionComponentIdentifier

@doc Identifier for the component that handles this event globally.

Implementation

@$pb.TagNumber(7)
FFIdentifier get globalHandlerActionComponentIdentifier => $_getN(6);
  1. @TagNumber(7)
set globalHandlerActionComponentIdentifier (FFIdentifier value)

Implementation

@$pb.TagNumber(7)
set globalHandlerActionComponentIdentifier(FFIdentifier value) =>
    $_setField(7, value);