StartPage

The landing screen shown when no project is loaded. Provides a "New Project" button and a link to the docs.

Constructor

new StartPage(callbacks)

Parameters:
NameTypeDescription
callbacksobjectevent callbacks for start page actions
Properties
NameTypeDescription
onNewProjectfunctionCalled when the "New Project" button is clicked.
onOpenProjectfunctionCalled when the "Open local project" button is clicked.

Classes

StartPage

Methods

loadElements()

Binds DOM elements from the #startPage template to instance properties.