UNPKG

igniteui-react-core

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