GitHub

DaffAnalyticsEvent

A generalized event that happens to collide nicely with the Action interface of packages like Redux and @ngrx/store.

import { DaffAnalyticsEvent } from '@daffodil/analytics'
interface DaffAnalyticsEvent {
  type: string
}

Properties

Name Type Description
type string

The type of the event to track. Used to deterrmine whether or not an action is analyzeable.