Module: standardPlayer/Page

This object provides data according to the page scope.

Methods

<inner> getId() → {string}

Gets the id of the page.

Returns:

The id of the page.

Type
string

<inner> getIndividualPlayMode() → {String}

Gets the play mode that that the author intended for the page (individual playmode).
See also: metadata.stage.getAvailablePlaymodes() and metadata.stage.getDefaultPlaymode()

Returns:

"interactive", "presentation", "film" or "none"

Type
String

<inner> getTitle() → {string}

Gets the title of the page.

Returns:

The title of the page.

Type
string