OpenFin Workspace API
Preparing search index...
index
SearchResponse
Interface SearchResponse
An object resolved from 'onUserInput' function containing results and optional context
interface
SearchResponse
{
context
?:
any
;
results
:
SearchResult
<
Action
>
[]
;
}
Index
Properties
context?
results
Properties
Optional
context
context
?:
any
results
results
:
SearchResult
<
Action
>
[]
Settings
Theme
OS
Light
Dark
On This Page
Properties
context
results
OpenFin Workspace API
Loading...
An object resolved from 'onUserInput' function containing results and optional context