Type alias DynamicIndicatorTimerOptions
DynamicIndicatorTimerOptions: { action?: "start" | "pause" | "resume" | "end"; direction?: "up" | "down"; current?: number; start?: number; withSound?: boolean; countNegativeAfterAlarm?: boolean; showNotification?: boolean; songChoice?: number }
Type declaration
-
Optional
action?: "start" | "pause" | "resume" | "end"
-
Optional
direction?: "up" | "down"
-
Optional
current?: number
-
Optional
start?: number
-
Optional
withSound?: boolean
-
Optional
countNegativeAfterAlarm?: boolean
-
Optional
showNotification?: boolean
-
Optional
songChoice?: number