SimpleSideboardLine

class SimpleSideboardLine(text: Component) : SideboardLine(source)

Deprecated

Use SideboardLine.Static instead.

Replace with

SideboardLine.Static

A sideboard line which does not change and always displays the same Text.

Constructors

Link copied to clipboard
constructor(text: 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.