Options
All
  • Public
  • Public/Protected
  • All
Menu

计时器功能的相关事件类型。

Hierarchy

  • TimerEventMap

Index

Properties

Properties

end

end: undefined

结束计时。

restart

restart: { time: number }

暂停后,重新开始计时。

Type declaration

  • time: number

    剩余计时时间。

start

start: { canTimeout: boolean; inStop: boolean; time: number }

开始计时。

Type declaration

  • canTimeout: boolean

    是否可超时。

  • inStop: boolean

    是否处于停止状态。

  • time: number

    剩余计时时间。

stop

stop: { time: number }

停止计时。

Type declaration

  • time: number

    剩余计时时间。

Generated using TypeDoc