web / UseSearchSuggestionsState
Interface: UseSearchSuggestionsState ​
Defined in: composables/useSearch/types.ts:22
Properties ​
currentRequestId ​
currentRequestId:
number
Defined in: composables/useSearch/types.ts:26
loading ​
loading:
boolean
Defined in: composables/useSearch/types.ts:25
results ​
results:
ItemSearchAutocompleteResult|null
Defined in: composables/useSearch/types.ts:23
searchTerm ​
searchTerm:
string
Defined in: composables/useSearch/types.ts:24