跳转到主要内容

tooltip_timeout

Description

定义任务的tooltip出现前的延迟时间,单位为毫秒

tooltip_timeout: number

Example

scheduler.plugins({
tooltip: true
});

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

Default value: 30

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.