UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

16 lines 438 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Position = (function () { function Position(init) { this.page_pos = 0; this.page_size = 0; this.page_num = 0; this.total_results = 0; this.x = 0; this.y = 0; Object.assign(this, init); } return Position; }()); exports.default = Position; //# sourceMappingURL=Position.js.map