UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

19 lines (18 loc) 721 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.licenseManager2dState = void 0; var licensingClasses_1 = require("../../types/licensingClasses"); var LicenseManager2dState = /** @class */ (function () { function LicenseManager2dState() { this.isDev = false; this.orderId = ""; this.productCode = ""; this.devCount = 1; this.licenseType = licensingClasses_1.LicenseType.NoLicense; this.licenseType3D = licensingClasses_1.LicenseType.NoLicense; this.telemetryEnabled = false; this.error = ""; } return LicenseManager2dState; }()); exports.licenseManager2dState = new LicenseManager2dState();