본문으로 건너뛰기

tooltip_hide_timeout

Description

툴팁이 사라지기 전에 얼마나 오래 표시될지(밀리초 단위) 설정합니다.

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.