* Listen to the event about going to search result via values or config changed
(
callback: (
value: string,
replaceValue: string,
config: {
isRegex: boolean;
isCaseSensitive: boolean;
isWholeWords: boolean;
preserveCase: boolean;
}
) => void
)
| 65 | * Listen to the event about going to search result via values or config changed |
| 66 | */ |
| 67 | onSearch( |
| 68 | callback: ( |
| 69 | value: string, |
| 70 | replaceValue: string, |
no outgoing calls
no test coverage detected