actionComponentIdentifier property

  1. @TagNumber(1)
FFIdentifier get actionComponentIdentifier

@doc The identifier of the action block to execute.

Implementation

@$pb.TagNumber(1)
FFIdentifier get actionComponentIdentifier => $_getN(0);
  1. @TagNumber(1)
set actionComponentIdentifier (FFIdentifier value)

Implementation

@$pb.TagNumber(1)
set actionComponentIdentifier(FFIdentifier value) => $_setField(1, value);