Function that returns the title of the current project.
The function projecttitle() is located in the file project.jsxinc.
Usage
var title = projecttitle();
Parameters
This function has no parameters.
Return values
| Value | Meaning |
|---|---|
| null | There is no project. |
| string | The title of the project. |
