pageTitle

Prev Next

app.pageTitle

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.