blockShortcutIntents property

  1. @TagNumber(47)
bool get blockShortcutIntents

Not overridable @doc If set, shortcuts are blocked when the text field is focused.

Implementation

@$pb.TagNumber(47)
$core.bool get blockShortcutIntents => $_getBF(46);
  1. @TagNumber(47)
set blockShortcutIntents (bool value)

Implementation

@$pb.TagNumber(47)
set blockShortcutIntents($core.bool value) => $_setBool(46, value);