ITimerConfig interface
- Extends
Properties
| client |
The clientId that made the change |
| config |
Time the config changed at |
Inherited Properties
| duration | Duration of timer |
| position | position when config change occurred |
| running | Whether the timer was running or not when config change occurred |
Property Details
clientId
The clientId that made the change
clientId: string
Property Value
string
configChangedAt
Time the config changed at
configChangedAt: number
Property Value
number
Inherited Property Details
duration
position
position when config change occurred
position: number
Property Value
number
Inherited From ITimerConfigData.position
running
Whether the timer was running or not when config change occurred
running: boolean
Property Value
boolean
Inherited From ITimerConfigData.running