跳转到主要内容

tooltip_hide_timeout

Description

设置tooltip在消失前保持可见的时间,单位为毫秒

tooltip_hide_timeout: number

Example

scheduler.plugins({
tooltip: true
});

scheduler.config.tooltip_hide_timeout = 5000;
scheduler.init('scheduler_here',new Date(2023,10,20),"week");

Details

注释

此选项属于tooltip 扩展,因此请确保启用了 tooltip 插件。更多详细信息请参见 툴팁 (Tooltips) 文章。

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.