StatusIndicatorElement

@Serializable
@SerialName(value = "status-indicator")
data class StatusIndicatorElement(val text: String, val sentiment: Sentiment) : UiElement.Static

UI Element to indicate the current state of a described label.

Constructors

Link copied to clipboard
constructor(text: String, sentiment: Sentiment)

Properties

Link copied to clipboard

Sentiment to indicate for this item.

Link copied to clipboard

Text label, this is the item being described.

Functions

Link copied to clipboard
inline fun <T : UiElement> UiElement.renderWithType(block: T.() -> Unit): RenderResult