UNPKG

igniteui-react-core

Version:
52 lines (51 loc) 2.16 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription"; import { markType } from "./type"; /** * @hidden */ var WebPageEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebPageEventArgsDetailDescription, _super); function WebPageEventArgsDetailDescription() { var _this = _super.call(this) || this; _this.o = 0; _this.n = 0; return _this; } WebPageEventArgsDetailDescription.prototype.get_type = function () { return "WebPageEventArgsDetail"; }; Object.defineProperty(WebPageEventArgsDetailDescription.prototype, "previous", { get: function () { return this.o; }, set: function (a) { this.o = a; this.g("Previous"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPageEventArgsDetailDescription.prototype, "current", { get: function () { return this.n; }, set: function (a) { this.n = a; this.g("Current"); }, enumerable: false, configurable: true }); WebPageEventArgsDetailDescription.$t = markType(WebPageEventArgsDetailDescription, 'WebPageEventArgsDetailDescription', WebBaseEventArgsDetailDescription.$); WebPageEventArgsDetailDescription.__marshalByValue1 = true; WebPageEventArgsDetailDescription.__marshalByValueAlias1 = "PageEventArgsDetail"; return WebPageEventArgsDetailDescription; }(WebBaseEventArgsDetailDescription)); export { WebPageEventArgsDetailDescription };