tooltip_timeout

작업에 대한 tooltip이 나타나기까지 걸리는 시간(밀리초 단위)을 정의합니다

number tooltip_timeout;

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) 문서를 참고하세요.

See also
맨 위로