Docs (4.0.0)
class UILabel property

title

True if the title label style should be applied to this label.

title?: boolean

Notes

  • The title label style is defined by the theme, identified as TitleLabel, and also available as ui.style.LABEL_TITLE.
  • This property doesn’t affect the headingLevel property.
  • If the style property is set, this property is ignored.

Related