OrgHeading

@Serializable
data class OrgHeading(val title: OrgLine, val level: OrgHeadingLevel, val tags: OrgTags? = null, val todoState: OrgTODOState? = null, val priority: OrgPriority? = null, val planningInfo: OrgPlanningInfo? = null, val properties: OrgProperties? = null, var tokens: List<Token>) : OrgElem

Constructors

Link copied to clipboard
constructor(title: OrgLine, level: OrgHeadingLevel, tags: OrgTags? = null, todoState: OrgTODOState? = null, priority: OrgPriority? = null, planningInfo: OrgPlanningInfo? = null, properties: OrgProperties? = null, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val priority: OrgPriority? = null
Link copied to clipboard
Link copied to clipboard
val tags: OrgTags? = null
Link copied to clipboard
Link copied to clipboard
val todoState: OrgTODOState? = null
Link copied to clipboard
open override var tokens: List<Token>