Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITimerData<T>

An interface defining the data sent by the timer

Type parameters

  • T

Hierarchy

  • ITimerData

Index

Properties

completeRateSearch playground for completeRate

completeRate: number

How much is completed, in [0.0...1.0]. Note that this CAN be higher than 1 due to the fact that we don't actually measure time but delta between observable calls

currentTimeSearch playground for currentTime

currentTime: number

Time now

deltaTimeSearch playground for deltaTime

deltaTime: number

Time passed since started

payloadSearch playground for payload

payload: T

What the registered observable sent in the last count

startTimeSearch playground for startTime

startTime: number

When did it start

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method