This object provides data according to a learning path scope.
Methods
-
<inner> getId() → {string}
-
Gets the id of the path.
Returns:
The id of the path.
- Type
- string
-
<inner> getPages()
-
Returns an array with meta data for all pages in the main path.
-
<inner> getPathElements()
-
Returns an array with meta data for all pages in the path in the outline structure.
-
<inner> getTitle() → {string}
-
Gets the title of the path.
Returns:
The title of the path. An empty string if the path is the main path or the path has no title.
- Type
- string
-
<inner> isMainLearningPath() → {Boolean}
-
Determines that the path is the main learning path.
Returns:
This value is 'true' if the path is the main learning path, otherwise 'false'.
- Type
- Boolean