This object provides data according to the stage scope.
Methods
-
<inner> getAvailablePlayModes() → {Object}
-
Gets the available play modes for the wbt
Returns:
interactive : Boolean
presentation : Boolean
film : Boolean- Type
- Object
-
<inner> getContentLanguage() → {string}
-
Gets the content language.
Returns:
The content language in ISO 3166 format ("en-us","de-de")..
- Type
- string
-
<inner> getDefaultPlayMode() → {String}
-
Gets the default play mode for the wbt
Returns:
"interactive", "presentation" or "film"
- Type
- String
-
<inner> getHeight() → {number}
-
Gets the stage height.
Returns:
The export height for the WBT.
- Type
- number
-
<inner> getLearningPaths()
-
This array provides meta data for all learning paths.
-
<inner> getMainPath()
-
This array provides meta data for all pages in the stage.
-
<inner> getWidth() → {number}
-
Gets the stage width.
Returns:
The export width for the WBT.
- Type
- number