Docs (4.0.0)
class Activity property

title

A user-facing name of this activity, if any.

title?: StringConvertible

Notes

  • This property may be set to any object that includes a toString() method, notably LazyString — the result of a call to strf(). This way, the activity title is localized automatically using GlobalContext.i18n.
  • The title string of an active activity may be displayed as the current window or document title.

Related

  • class ActivityA class that represents a part of the application that can be activated when the user navigates to it.