본문으로 건너뛰기

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.