pageTitle
  • 25 Sep 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

pageTitle

  • Dark
    Light
  • PDF

Article Summary

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.


What's Next