<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EmitterConfigurationBase](./browser-tracker.emitterconfigurationbase.md) &gt; [eventStore](./browser-tracker.emitterconfigurationbase.eventstore.md)

## EmitterConfigurationBase.eventStore property

Enables providing a custom EventStore implementation to store events before sending them to the collector.

<b>Signature:</b>

```typescript
eventStore?: EventStore;
```
