@ninetailed/experience.js-plugin-analytics
Version:
Ninetailed SDK plugin for analytics
11 lines (10 loc) • 917 B
TypeScript
export { NinetailedAnalyticsPlugin, type SanitizedElementSeenPayload, type SanitizedVariableSeenPayload, } from './lib/NinetailedAnalyticsPlugin';
export type { Template } from './lib/NinetailedAnalyticsPlugin';
export { ElementSeenPayloadSchema, VariableSeenPayloadSchema, } from './lib/ElementSeenPayload';
export type { ComponentViewEventComponentType, ElementSeenPayload, VariableSeenPayload, } from './lib/ElementSeenPayload';
export { TrackComponentPropertiesSchema } from './lib/TrackingProperties';
export type { TrackComponentProperties } from './lib/TrackingProperties';
export { type EventHandler, NinetailedPlugin } from './lib/NinetailedPlugin';
export { hasComponentViewTrackingThreshold } from './lib/guards/hasComponentViewTrackingThreshold';
export { type HasComponentViewTrackingThreshold } from './lib/types/interfaces/HasComponentViewTrackingThreshold';
export * from './lib/constants';