Companion

object Companion

Functions

Link copied to clipboard
fun error(content: List<Node>, title: String? = null): Box

A box that shows an error content with a monospaced text content.

fun error(message: InlineContent, title: String? = null, sourceText: CharSequence?): Box

A box that shows an error content with an optional source code snippet.