label-case

Version compatibility

title-case and sentence-case types were introduced in version 4.89.17 of the JourneyApps Runtime.

Optional

Type: uppercase | lowercase | title-case | sentence-case | none

Default: uppercase

Configure the letter case of the UI component's label text.

  • sentence-case : Capitalizes the first letter and lowercases the rest e.g. โ€œSentence case looks like thisโ€

  • title-case: Capitalizes the first letter of every word in the sentence e.g. โ€œTitle Case Looks Like Thisโ€

Last updated