Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

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.