RichList

@Stable
abstract class RichList : RichValue

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
override val json: JsonElement
Link copied to clipboard
abstract val type: String

Functions

Link copied to clipboard
inline fun addListNode(item: RichList, content: RichList.() -> Unit)
Link copied to clipboard
fun addNode(item: RichObject)
Link copied to clipboard
fun RichList.at(uri: String, text: String, color: Color? = null)
Link copied to clipboard
fun RichList.br()
Link copied to clipboard
fun RichList.emoji(id: Int)
Link copied to clipboard
fun RichList.image(uri: String, width: Float = 1.0f, height: Float = 1.0f)
Link copied to clipboard
fun RichList.link(uri: String, text: String, color: Color? = null)
Link copied to clipboard
inline fun RichList.style(fontSize: TextUnit? = null, color: Color? = null, bold: Boolean = false, italic: Boolean = false, underline: Boolean = false, strikethrough: Boolean = false, content: RichList.() -> Unit)
Link copied to clipboard
fun RichList.text(str: String)
Link copied to clipboard
fun RichList.topic(uri: String, text: String, color: Color? = null)
Link copied to clipboard
override fun toString(): String