UNPKG

igniteui-react-core

Version:
139 lines (138 loc) 3.85 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let WebTileManagerDescription = /*@__PURE__*/ (() => { class WebTileManagerDescription extends Description { get_type() { return "WebTileManager"; } get type() { return this.get_type(); } constructor() { super(); this.n = null; this.j = null; this.h = 0; this.l = null; this.m = null; this.k = null; this.r = null; this.s = null; this.q = null; this.p = null; this.o = null; this.v = null; this.u = null; this.t = null; } get resizeMode() { return this.n; } set resizeMode(a) { this.n = a; this.g("ResizeMode"); } get dragMode() { return this.j; } set dragMode(a) { this.j = a; this.g("DragMode"); } get columnCount() { return this.h; } set columnCount(a) { this.h = a; this.g("ColumnCount"); } get minColumnWidth() { return this.l; } set minColumnWidth(a) { this.l = a; this.g("MinColumnWidth"); } get minRowHeight() { return this.m; } set minRowHeight(a) { this.m = a; this.g("MinRowHeight"); } get gap() { return this.k; } set gap(a) { this.k = a; this.g("Gap"); } get tileFullscreenRef() { return this.r; } set tileFullscreenRef(a) { this.r = a; this.g("TileFullscreenRef"); } get tileMaximizeRef() { return this.s; } set tileMaximizeRef(a) { this.s = a; this.g("TileMaximizeRef"); } get tileDragStartRef() { return this.q; } set tileDragStartRef(a) { this.q = a; this.g("TileDragStartRef"); } get tileDragEndRef() { return this.p; } set tileDragEndRef(a) { this.p = a; this.g("TileDragEndRef"); } get tileDragCancelRef() { return this.o; } set tileDragCancelRef(a) { this.o = a; this.g("TileDragCancelRef"); } get tileResizeStartRef() { return this.v; } set tileResizeStartRef(a) { this.v = a; this.g("TileResizeStartRef"); } get tileResizeEndRef() { return this.u; } set tileResizeEndRef(a) { this.u = a; this.g("TileResizeEndRef"); } get tileResizeCancelRef() { return this.t; } set tileResizeCancelRef(a) { this.t = a; this.g("TileResizeCancelRef"); } } WebTileManagerDescription.$t = /*@__PURE__*/ markType(WebTileManagerDescription, 'WebTileManagerDescription', Description.$); return WebTileManagerDescription; })();