onActionsStart property

  1. @TagNumber(2)
bool get onActionsStart

@doc Whether to log a single event when a user triggers actions.

Implementation

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

Implementation

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