@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 893 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [InternalSearchRequest](./x-components.internalsearchrequest.md)
## InternalSearchRequest interface
An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-types.searchrequest.md)<!-- -->.
**Signature:**
```typescript
export interface InternalSearchRequest extends SearchRequest
```
**Extends:** SearchRequest
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[page](./x-components.internalsearchrequest.page.md)
</td><td>
</td><td>
number
</td><td>
The page number.
</td></tr>
</tbody></table>