highlightField property

dynamic highlightField
read / write

when highlighting is enabled, this prop 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 prop. It can be of type String or List<Sting>.

Implementation

dynamic highlightField;