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.

name

Prev Next

app.name

Type: Text

Returns the name of your app.

Examples

// display the name of your app in the debugger
debug.log(app.name);

Remarks

None.