API Reference > imodeljs-frontend > Properties > LinkElementsInfo > matcher matcher matcher: undefined | (displayValue: string) => Array<{ end: number, start: number }> 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 core/frontend/src/properties/Record.ts Line 25 Last Updated: 13 June, 2024