Changing

open class Changing(flow: Flow<Component>) : SideboardLine(source)

Adds a line which changes whenever a new Component is emitted to the flow.

Constructors

Link copied to clipboard
constructor(flow: Flow<Component>)

Properties

Link copied to clipboard
open override val textFlow: Flow<Component>

The internal text flow, which the sideboard collects in order to receive line updates.