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.

version

Prev Next

app.version

Type: Text

Returns the version of your app.

Examples

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

Remarks

None.