Developer Docs
API Reference
React Hooks
Use Event Stats
Interfaces
Interface: EventStats

web


web / lib/hooks/use-event-stats / EventStats

Interface: EventStats

Properties

totalEvents

totalEvents: number


eventsWithLocation

eventsWithLocation: number


eventsWithoutLocation

eventsWithoutLocation: number


dateRange

dateRange: object

min

min: null | Date

max

max: null | Date


eventsByDataset

eventsByDataset: Record<string, number>


eventsByCatalog

eventsByCatalog: Record<string, number>