ReportSection

data class ReportSection(val id: Int, val name: String, val renderedContent: String)

Represents a document section in the report.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, renderedContent: String)

Properties

Link copied to clipboard
val id: Int

Section id: 0, 1, ...

Link copied to clipboard

Section name, see SpecialVariable.Sections

Link copied to clipboard

Rendered Markdown -> HTML content