OrgListItem

@Serializable
data class OrgListItem(val content: List<OrgChunk>, val checkbox: OrgListCheckState?, var tokens: List<Token>) : OrgList, OrgElem

Constructors

Link copied to clipboard
constructor(content: List<OrgChunk>, checkbox: OrgListCheckState?, tokens: List<Token>)

Properties

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