UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

76 lines (75 loc) 3.07 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 WebActiveNodeChangeEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebActiveNodeChangeEventArgsDetailDescription, _super); function WebActiveNodeChangeEventArgsDetailDescription() { var _this = _super.call(this) || this; _this.s = 0; _this.q = 0; _this.r = 0; _this.x = null; return _this; } WebActiveNodeChangeEventArgsDetailDescription.prototype.get_type = function () { return "WebActiveNodeChangeEventArgsDetail"; }; Object.defineProperty(WebActiveNodeChangeEventArgsDetailDescription.prototype, "row", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("Row"); }, enumerable: false, configurable: true }); Object.defineProperty(WebActiveNodeChangeEventArgsDetailDescription.prototype, "column", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("Column"); }, enumerable: false, configurable: true }); Object.defineProperty(WebActiveNodeChangeEventArgsDetailDescription.prototype, "level", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("Level"); }, enumerable: false, configurable: true }); Object.defineProperty(WebActiveNodeChangeEventArgsDetailDescription.prototype, "tag", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("Tag"); }, enumerable: false, configurable: true }); WebActiveNodeChangeEventArgsDetailDescription.$t = markType(WebActiveNodeChangeEventArgsDetailDescription, 'WebActiveNodeChangeEventArgsDetailDescription', WebBaseEventArgsDetailDescription.$); WebActiveNodeChangeEventArgsDetailDescription.__marshalByValue1 = true; WebActiveNodeChangeEventArgsDetailDescription.__marshalByValueAlias1 = "ActiveNodeChangeEventArgsDetail"; return WebActiveNodeChangeEventArgsDetailDescription; }(WebBaseEventArgsDetailDescription)); export { WebActiveNodeChangeEventArgsDetailDescription };