UNPKG

igniteui-react-core

Version:
40 lines (39 loc) 2.02 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 WebColumnMovingStartEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebColumnMovingStartEventArgsDetailDescription, _super); function WebColumnMovingStartEventArgsDetailDescription() { var _this = _super.call(this) || this; _this.m = null; return _this; } WebColumnMovingStartEventArgsDetailDescription.prototype.get_type = function () { return "WebColumnMovingStartEventArgsDetail"; }; Object.defineProperty(WebColumnMovingStartEventArgsDetailDescription.prototype, "source", { get: function () { return this.m; }, set: function (a) { this.m = a; this.g("Source"); }, enumerable: false, configurable: true }); WebColumnMovingStartEventArgsDetailDescription.$t = markType(WebColumnMovingStartEventArgsDetailDescription, 'WebColumnMovingStartEventArgsDetailDescription', WebBaseEventArgsDetailDescription.$); WebColumnMovingStartEventArgsDetailDescription.__marshalByValue1 = true; WebColumnMovingStartEventArgsDetailDescription.__marshalByValueAlias1 = "ColumnMovingStartEventArgsDetail"; return WebColumnMovingStartEventArgsDetailDescription; }(WebBaseEventArgsDetailDescription)); export { WebColumnMovingStartEventArgsDetailDescription };