UNPKG

ngx-monitorias-uniandes-lib

Version:

This library is used for Monitorias-Uniandes system.

14 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ComboBoxModelData = /** @class */ (function () { function ComboBoxModelData(selected, hidden, sync, nameid, object) { this.selected = selected; this.hidden = hidden; this.sync = sync; this.nameid = nameid; this.object = object; } return ComboBoxModelData; }()); exports.ComboBoxModelData = ComboBoxModelData; //# sourceMappingURL=combo-box.modeldata.js.map