ngx-monitorias-uniandes-lib
Version:
This library is used for Monitorias-Uniandes system.
17 lines • 838 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SearchComboBoxGenericLocalModel = /** @class */ (function () {
function SearchComboBoxGenericLocalModel(dataSource, collectionName, optionField, placeholder, optionsLimit, isScrollable, sortField, typeSortField) {
this.dataSource = dataSource;
this.collectionName = collectionName;
this.optionField = optionField;
this.placeholder = placeholder;
this.optionsLimit = optionsLimit;
this.isScrollable = isScrollable;
this.sortField = sortField;
this.typeSortField = typeSortField;
}
return SearchComboBoxGenericLocalModel;
}());
exports.SearchComboBoxGenericLocalModel = SearchComboBoxGenericLocalModel;
//# sourceMappingURL=search-combo-box-generic-local.model.js.map