Heading

data class Heading(val level: Int) : Content.TextElement.Role

Title of a section.

Parameters

level

Heading importance, 1 being the highest.

Constructors

Link copied to clipboard
constructor(level: Int)

Properties

Link copied to clipboard
val level: Int