API事件onBeforeTodayDisplayed本页内容onBeforeTodayDisplayed Description 当调度器中的"Today"按钮被点击时触发 onBeforeTodayDisplayed: () => booleanReturns result - (boolean) - 指示是否应继续执行默认事件操作(true)或阻止该操作(false) Examplescheduler.attachEvent("onBeforeTodayDisplayed", function (){ // 在此处放置任何自定义逻辑 return true;});Need help?Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.