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

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 включен. Для получения дополнительной информации смотрите статью Тултипы.

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.