Home > @snowplow/browser-tracker > EventStoreIterator
Signature:
interface EventStoreIterator | Property | Type | Description |
|---|---|---|
| next | () => Promise<{ value: EventStorePayload | undefined; done: boolean; }> | Retrieve the next event in the store |
Home > @snowplow/browser-tracker > EventStoreIterator
Signature:
interface EventStoreIterator | Property | Type | Description |
|---|---|---|
| next | () => Promise<{ value: EventStorePayload | undefined; done: boolean; }> | Retrieve the next event in the store |