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
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.