matcher MethodOptional

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.

matcher(displayValue: string): { end: number, start: number }[]

Parameter Type Description
displayValue string  

Returns - { end: number, start: number }[]

Defined in

Last Updated: 11 June, 2024