"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var OptionParamsModel = /** @class */ (function () { function OptionParamsModel() { } Object.defineProperty(OptionParamsModel.prototype, "VideoDom", { get: function () { return this._VideoDom; }, set: function (value) { this._VideoDom = value; }, enumerable: false, configurable: true }); Object.defineProperty(OptionParamsModel.prototype, "OptionParams", { get: function () { return this._OptionParams; }, set: function (value) { this._OptionParams = value; }, enumerable: false, configurable: true }); return OptionParamsModel; }()); exports.default = new OptionParamsModel();