UpdatingPeriodically
open class UpdatingPeriodically(period: Duration, updater: suspend () -> Component) : SideboardLine(source)
A sideboard line which displays the result of updater, which will be called periodically by the given Duration of period.