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.