UNPKG

igniteui-react-core

Version:
40 lines (39 loc) 1.68 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 { HeaderDescription } from "./HeaderDescription"; import { markType } from "./type"; /** * @hidden */ var TemplateHeaderDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(TemplateHeaderDescription, _super); function TemplateHeaderDescription() { var _this = _super.call(this) || this; _this.c8 = null; return _this; } TemplateHeaderDescription.prototype.get_type = function () { return "TemplateHeader"; }; Object.defineProperty(TemplateHeaderDescription.prototype, "cellUpdatingRef", { get: function () { return this.c8; }, set: function (a) { this.c8 = a; this.g("CellUpdatingRef"); }, enumerable: false, configurable: true }); TemplateHeaderDescription.$t = markType(TemplateHeaderDescription, 'TemplateHeaderDescription', HeaderDescription.$); TemplateHeaderDescription.__canMarshalByValue1 = true; TemplateHeaderDescription.__marshalByValueAlias1 = "TemplateHeader"; return TemplateHeaderDescription; }(HeaderDescription)); export { TemplateHeaderDescription };