highlightMatchFromStartOfWord property

  1. @Input()
set highlightMatchFromStartOfWord (bool value)

Whether matches should only highlight at the start of words.

Implementation

@Input()
set highlightMatchFromStartOfWord(bool value) {
  _highlightMatchFromStartOfWord = value;
  _highlightAssistant = null;
}