matcher

matcher: (displayValue: string) => { end: number, start: number }[] | undefined

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: 14 November, 2024