Manual

data class Manual(val value: Long) : UpdateInterval(source)

A user-defined interval, specified in seconds.

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val id: String

A unique, stable identifier for this interval, suitable for use in Compose keys.

Link copied to clipboard
open override val value: Long

The duration of the interval in seconds.