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

runtime.name

Type: Text

Returns the current app runtime name.

Examples

// display the runtime name in the debugger
debug.log(runtime.name);

Remarks

Runtime information can be useful when building apps that target multiple runtimes. In this case, your scripts can alter their behavior based on the name and version of the active runtime.