title
A user-facing name for this activity, if any.
title?: StringConvertible;
Notes
- The title string of an active activity may be displayed as the current window or document title.
- This property may be set to any object that includes a
toString()method, notably DeferredString — the result of a call to fmt(). This way, the activity title is localized automatically.
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
