Docs (4.0.0)
class UILabel property

headingLevel

Text heading level.

headingLevel?: 1 | 2 | 3 | 4 | 5 | 6

Notes

  • Heading level 1 refers to the most prominent heading, i.e. <h1> HTML element.
  • This property can’t be changed after rendering.

Related