DaffAnalyticsConfigInterface
Allows you to provide configuration to the @daffodil/analytics
package.
import { DaffAnalyticsConfigInterface } from '@daffodil/analytics'
interface DaffAnalyticsConfigInterface {
analyzableActions: string[]
}
Properties
Name | Type | Description |
---|---|---|
analyzableActions | string[] | A set of actions that will be available for analysis by trackers. |