StatusIndicatorElement

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.