highlightField property

dynamic highlightField
final

If highlighting is enabled, this property allows specifying the fields which should be returned with the matching highlights.

When not specified, it defaults to applying highlights on the field(s) specified in the dataField property. It can be of type String or List<String>.

Implementation

final dynamic highlightField;