SideboardBuilder
Functions
Link copied to clipboard
inline suspend fun FlowCollector<Component>.emitLiteralText(baseText: String? = null, crossinline builder: LiteralTextBuilder.() -> Unit = {})
A utility function, allowing you to emit a Text to the flow, which is built by an easy to use literalText builder.
Link copied to clipboard
Adds a simple and static line of text. The block parameter can be used to add some additional logic.
Shortcut for adding a SideboardLine.Changing.
Adds a simple and static line of text.
Adds any line implementing the SideboardLine interface.
Link copied to clipboard
Adds a line where the content is changing.
Link copied to clipboard
Adds a line where the content is changing / updating periodically.
Link copied to clipboard
inline fun literalLine(baseText: String? = null, crossinline builder: LiteralTextBuilder.() -> Unit = {})
Adds a simple and static line of text.
Link copied to clipboard
Adds a line where the content is updated periodically.