UNPKG

@empathyco/x-components

Version:
19 lines (10 loc) 643 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [HistoryQueriesConfig](./x-components.historyqueriesconfig.md) &gt; [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.