matcher

matcher: undefined | (displayValue: string) => Array<object>

Function that specifies which parts of display value need to be clickable.

Letters will be picked from start index to end index. end index is not included. For a string "example" and a match { start: 1, end: 3 }, "xa" will be clickable.

Defined in

Last Updated: 08 January, 2020