UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

26 lines (25 loc) 992 B
/** * DevExtreme (cjs/__internal/scheduler/m_data_structures.js) * Version: 24.2.7 * Build date: Mon Apr 28 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppointmentTooltipInfo = void 0; class AppointmentTooltipInfo { constructor(appointment) { let targetedAppointment = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : void 0; let color = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : []; let settings = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : []; this.appointment = appointment; this.targetedAppointment = targetedAppointment; this.color = color; this.settings = settings } } exports.AppointmentTooltipInfo = AppointmentTooltipInfo;