Static
defaultAssign the default options configuration which is used by this Application class. The options and values defined in this object are merged with any provided option values which are passed to the constructor upon initialization. Application subclasses may include additional options which are specific to their usage.
Close the application and un-register references to it within UI mappings This function returns a Promise which resolves once the window closing animation concludes
(default: {}
)
A Promise which resolves once the application is closed
An application should define the data object used to render its template. This function may either return an Object directly, or a Promise which resolves to an Object If undefined, the default implementation will return an empty object allowing only for rendering of static HTML
An Application window should define its own title definition logic which may be dynamic depending on its data