toastr.options中的"timeout"是什么意思
What is meant by "timeout" in toastr.options
我在互联网上搜索了很多,但在toastr.options
中找不到timeOut
和extendedTimeOut
的描述
toastr.option = {
showDuration : its the time the toastr is visible.
timeOut : ?? (I need help here from you guys)
extendedTimeOut : ?? (I need help here from you guys)
}
在没有用户交互的情况下 toast 将显示多长时间
toastr.options.timeOut = 30;
用户将鼠标悬停在 toast 上后,toast 会显示多长时间
toastr.options.extendedTimeOut = 60;
我在互联网上搜索了很多,但在toastr.options
timeOut
和extendedTimeOut
的描述
toastr.option = {
showDuration : its the time the toastr is visible.
timeOut : ?? (I need help here from you guys)
extendedTimeOut : ?? (I need help here from you guys)
}
在没有用户交互的情况下 toast 将显示多长时间
toastr.options.timeOut = 30;
用户将鼠标悬停在 toast 上后,toast 会显示多长时间
toastr.options.extendedTimeOut = 60;