The selected action for the search provider to perform.
Actions that can be performed with this search result. Used when dispatching search results back to the respective provider.
Additional custom metadata about the search result. Can be used when actioning the search result.
Unused.
The OpenFin identity that dispatched this search result.
An optional icon that can be used when displaying the search result in a UI.
A unique ID for the search result.
Can be used to update a previously returned search result by calling
searchRequestContext.respond(result)
with the same search result key.
A label to render with the search result.
Used when sorting a list of search results for a single provider.
Unused.
Tags associated with the search result.
UI friendly name for the search result.
Generated using TypeDoc
A search result that has been dispatched back to the SearchProvider's
onResultDispatch
listener function. Contains the action that should be performed by the search provider.