@empathyco/x-components
Version:
Empathy X Components
76 lines (34 loc) • 900 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchConfig](./x-components.searchconfig.md)
## SearchConfig interface
Configuration options for the [SearchXModule](./x-components.searchxmodule.md)<!-- -->.
**Signature:**
```typescript
export interface SearchConfig
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[pageMode](./x-components.searchconfig.pagemode.md)
</td><td>
</td><td>
PageMode
</td><td>
</td></tr>
<tr><td>
[pageSize](./x-components.searchconfig.pagesize.md)
</td><td>
</td><td>
number
</td><td>
Maximum number of results to request.
</td></tr>
</tbody></table>