Skip to content

AppSetting.navigateToSearchResult method

AppSetting › navigateToSearchResult

Unofficial

Navigates to a search result, optionally scrolling to a specific definition.

Signature:

navigateToSearchResult(result: unknown, hit?: unknown): void

Parameters:

Parameter Type Description
result unknown The search result to navigate to.
hit? unknown The specific hit within the result to scroll to.

Returns: void