UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

83 lines (82 loc) 3.15 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var WebPanePinnedEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebPanePinnedEventArgsDetailDescription, _super); function WebPanePinnedEventArgsDetailDescription() { var _this = _super.call(this) || this; _this.m = null; _this.k = null; _this.p = false; _this.s = null; return _this; } WebPanePinnedEventArgsDetailDescription.prototype.get_type = function () { return "WebPanePinnedEventArgsDetail"; }; Object.defineProperty(WebPanePinnedEventArgsDetailDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(WebPanePinnedEventArgsDetailDescription.prototype, "sourcePane", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("SourcePane"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPanePinnedEventArgsDetailDescription.prototype, "panes", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Panes"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPanePinnedEventArgsDetailDescription.prototype, "newValue", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("NewValue"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPanePinnedEventArgsDetailDescription.prototype, "location", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("Location"); }, enumerable: false, configurable: true }); WebPanePinnedEventArgsDetailDescription.$t = markType(WebPanePinnedEventArgsDetailDescription, 'WebPanePinnedEventArgsDetailDescription', Description.$); WebPanePinnedEventArgsDetailDescription.__marshalByValue = true; WebPanePinnedEventArgsDetailDescription.__marshalByValueAlias = "PanePinnedEventArgsDetail"; return WebPanePinnedEventArgsDetailDescription; }(Description)); export { WebPanePinnedEventArgsDetailDescription };