ITimerConfig interface

Extends

Properties

clientId

The clientId that made the change

configChangedAt

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

Duration of timer

duration: number

Property Value

number

Inherited From ITimerConfigData.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