headingLevel
The heading level for semantic HTML output.
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
Notes
- Valid values are 1-6, where 1 is the most prominent heading (e.g.
<h1>). - This property cannot be changed after rendering.
Related
class UIText
A view class that represents a text element.
