Skip to main content

ViewSpecificSearchProvider

ViewSpecificSearchProvider = object

Defined in: js-api/src/entities/search-provider.ts:9

Properties

PropertyTypeDefined in
description?stringjs-api/src/entities/search-provider.ts:16
getSuggestions?(s) => object[] | nulljs-api/src/entities/search-provider.ts:13
isApplicable?(s) => booleanjs-api/src/entities/search-provider.ts:10
namestringjs-api/src/entities/search-provider.ts:15
onValueEnter?(s, view?) => Promise<void>js-api/src/entities/search-provider.ts:14
options?objectjs-api/src/entities/search-provider.ts:17
options.relatedViewName?stringjs-api/src/entities/search-provider.ts:17
options.widgetHeight?numberjs-api/src/entities/search-provider.ts:17
returnType?stringjs-api/src/entities/search-provider.ts:11
search(s, view?) => Promise<{ priority?: number; results: any; } | null>js-api/src/entities/search-provider.ts:12