@empathyco/x-components
Version:
Empathy X Components
19 lines (10 loc) • 643 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) > [maxItemsToStore](./x-components.historyqueriesconfig.maxitemstostore.md)
## HistoryQueriesConfig.maxItemsToStore property
Maximum number of history queries to save in the browser.
**Signature:**
```typescript
maxItemsToStore: number;
```
## Example
With `maxItemsToStore: 100` and `maxItemsToRender: 5` (HistoryQueries component prop) you are saving last 100 queries, but only showing last 5.