ViewSpecificSearchProvider
ViewSpecificSearchProvider:
object
Type declaration
| Member | Type |
|---|---|
description | string |
getSuggestions | (s) => object[] | null |
isApplicable | (s) => boolean |
name | string |
onValueEnter | (s, view?) => Promise<void> |
options | object |
options.relatedViewName | string |
options.widgetHeight | number |
returnType | string |
search | (s, view?) => Promise<object | null> |