Module: app

The main app service. It is mixed-paradigm code that combines Vue and vanilla JavaScript due to historical reasons.

Source:

Methods

(inner) importModulesFromSceneFile(parsedJson) → {boolean}

Merge module definitions from a parsed scene (or module package) JSON object.

Parameters:
Name Type Description
parsedJson object
Source:
Returns:

Whether the file contained a valid modules object.

Type
boolean