Search
Preparing search index...
The search index is not available
@polyv/interactions-launch-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@polyv/interactions-launch-sdk
interfaces/apps/timer
TimerEventMap
Interface TimerEventMap
计时器功能的相关事件类型。
Hierarchy
TimerEventMap
Index
Properties
end
restart
start
stop
Properties
end
end
:
undefined
结束计时。
restart
restart
:
{
time
:
number
}
暂停后,重新开始计时。
Type declaration
time
:
number
剩余计时时间。
start
start
:
{
canTimeout
:
boolean
;
inStop
:
boolean
;
time
:
number
}
开始计时。
Type declaration
can
Timeout
:
boolean
是否可超时。
in
Stop
:
boolean
是否处于停止状态。
time
:
number
剩余计时时间。
stop
stop
:
{
time
:
number
}
停止计时。
Type declaration
time
:
number
剩余计时时间。
Modules
index
interfaces/action
interfaces/apps/answer-
card
interfaces/apps/check-
in
interfaces/apps/enroll-
lottery
interfaces/apps/lottery
interfaces/apps/notice
interfaces/apps/questionnaire
interfaces/apps/redpacket
interfaces/apps/rush-
answer
interfaces/apps/timer
interfaces/common
interfaces/helper
interfaces/logger
Timer
Event
Map
end
restart
start
stop
Timer
Status
Generated using
TypeDoc
计时器功能的相关事件类型。