UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

33 lines 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventDetail = exports.EventType = void 0; var EventType; (function (EventType) { EventType["Load"] = "pageload"; EventType["Click"] = "click"; EventType["Recommendation"] = "recommendation"; EventType["Notification"] = "notification"; EventType["Entity"] = "entity"; EventType["Topic"] = "topic"; EventType["Content"] = "content"; EventType["Search"] = "search"; EventType["Filter"] = "filter"; EventType["Research"] = "research"; EventType["Authentication"] = "authentication"; EventType["Transaction"] = "transaction"; EventType["Trade"] = "trade"; EventType["Reaction"] = "reaction"; })(EventType = exports.EventType || (exports.EventType = {})); var EventDetail; (function (EventDetail) { EventDetail["Add"] = "add"; EventDetail["Remove"] = "remove"; EventDetail["Create"] = "create"; EventDetail["Delete"] = "delete"; EventDetail["Modify"] = "modify"; EventDetail["Ascending"] = "ascending"; EventDetail["Descending"] = "descending"; EventDetail["Close"] = "close"; EventDetail["Open"] = "open"; })(EventDetail = exports.EventDetail || (exports.EventDetail = {})); //# sourceMappingURL=Events.js.map