Skip to content

Commit

Permalink
Update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Nov 25, 2024
1 parent 391d5de commit 896e806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/supersearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ To use `supersearch` in a non-Svelte project ...
| `paginationQueryFn` | `PaginationQueryFunction` | A function which should return `URLSearchParams` used for querying more paginated data (if available) | `undefined` |
| `transformFn` | `TransformFunction` | A generic helper function which can be used to transform data fetched from the endpoint. | `undefined` |
| `resultItem` | `Snippet<[ResultItem]>` | A [Snippet](https://svelte.dev/docs/svelte/snippet) used for customized rendering of result items. | `undefined` |
| `debouncedWait` | `number` | The wait time, in milliseconds that debounce function should wait between invocated search queries. | `300` |

## Developing

Expand Down

0 comments on commit 896e806

Please sign in to comment.