as-event-tracker
Version:
Logs events in the browser based on client interactions.
28 lines (27 loc) • 684 B
TypeScript
export declare enum EventType {
Load = "pageload",
Click = "click",
Recommendation = "recommendation",
Notification = "notification",
Entity = "entity",
Topic = "topic",
Content = "content",
Search = "search",
Filter = "filter",
Research = "research",
Authentication = "authentication",
Transaction = "transaction",
Trade = "trade",
Reaction = "reaction"
}
export declare enum EventDetail {
Add = "add",
Remove = "remove",
Create = "create",
Delete = "delete",
Modify = "modify",
Ascending = "ascending",
Descending = "descending",
Close = "close",
Open = "open"
}