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

    pageTitle

    • Dark
    • 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);
    JavaScript

    Remarks

    None.


    What's Next