Caution

data class Caution(val content: List<MarkdownBlock>) : Alert

Constructors

Link copied to clipboard
constructor(content: List<MarkdownBlock>)

Properties

Link copied to clipboard
open override val content: List<MarkdownBlock>