We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131b1ce commit 37c6aadCopy full SHA for 37c6aad
src/types/widget.ts
@@ -15,10 +15,16 @@ export interface InitOptions {
15
createURL(state: SearchParameters): string;
16
}
17
18
+export interface ScopedResult {
19
+ indexId: string;
20
+ results: SearchResults;
21
+}
22
+
23
export interface RenderOptions {
24
instantSearchInstance: InstantSearch;
25
templatesConfig: object;
26
results: SearchResults;
27
+ scopedResults: ScopedResult[];
28
state: SearchParameters;
29
helper: Helper;
30
searchMetadata: {
0 commit comments