Skip to content

@ahqstore/plugin-api / SearchFn

Type Alias: SearchFn()

SearchFn = (term) => Promise<AppId[]>

Defined in: index.ts:109

The function takes the user's query as string and returns a list of AppId

Parameters

term

String

Returns

Promise<AppId[]>