actionComponentIdentifier property
@doc The identifier of the action block to execute.
Implementation
@$pb.TagNumber(1)
FFIdentifier get actionComponentIdentifier => $_getN(0);
Implementation
@$pb.TagNumber(1)
set actionComponentIdentifier(FFIdentifier value) => $_setField(1, value);