name
  • 25 Sep 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

name

  • Dark
    Light
  • PDF

Article Summary

Description

Type: Text

Returns the name of your app.


Examples

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

Remarks

None.


What's Next