Skip to main content

tooltip_timeout

Description

Sets the timeout in milliseconds before the tooltip is displayed for a task

tooltip_timeout: number

Example

scheduler.plugins({
tooltip: true
});

scheduler.config.tooltip_timeout = 1000;
scheduler.init("scheduler_here", new Date(2026, 10, 20), "week");

Default value: 30

Details

note

This option is defined in the tooltip extension, so you need to activate the tooltip plugin. Read the details in the Tooltips article.

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.