- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Type: Text
Returns the title of the active page in your app's layout.
Examples
// display the current page title in the debugger
debug.log(app.pageTitle);
Remarks
None.