UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

22 lines (21 loc) 829 B
/** * DevExtreme (esm/__internal/scheduler/__tests__/__mock__/model/toolbar.js) * Version: 25.2.5 * Build date: Fri Feb 20 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export class ToolbarModel { constructor(element) { this.element = element } getPrevButton() { var _this$element; return null === (_this$element = this.element) || void 0 === _this$element ? void 0 : _this$element.querySelector(".dx-scheduler-navigator-previous") } getNextButton() { var _this$element2; return null === (_this$element2 = this.element) || void 0 === _this$element2 ? void 0 : _this$element2.querySelector(".dx-scheduler-navigator-next") } }