Inffuse.project.isNew
Returns true when the project is first created
Syntax
Inffuse.project.isNew()
Example
var is_new = Innfuse.project.isNew()
console.log("Project Is %s", is_new ? "new":"not new");
Inffuse.project.isNew()
var is_new = Innfuse.project.isNew()
console.log("Project Is %s", is_new ? "new":"not new");