Перейти к основному содержимому

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 включён. Подробнее можно узнать в статье Тултипы.

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.