Text

@Serializable
data class Text(val text: String, var tokens: List<Token>) : OrgInlineElem, OrgElem

Constructors

Link copied to clipboard
constructor(text: String, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>