Sidebar Module
Defined in:
Module: Player
frametrail/player/modules/Sidebar/module.js:6
I am the Sidebar. I provide the basic navigation for the user interface.
Item Index
Methods
Attributes
Methods
changeUserColor
(
-
color
I react to a change in the global state "userColor"
Parameters:
-
colorString
changeUserLogin
(
-
loggedIn
I react to a change in the global state "loggedIn"
Parameters:
-
loggedInBoolean
changeViewSize
(
-
arrayWidthAndHeight
I react to a change in the global state "viewSize"
Parameters:
-
arrayWidthAndHeightArray
newUnsavedChange
(
-
category
I am called from the HypervideoModel/newUnsavedChange().
I mark the categories (overlays, videolinks, annotations), which have unsaved changes inside them.
Parameters:
-
categoryString
toggleEditMode
(
-
editMode -
oldEditMode
I react to a change in the global state "editMode"
toggleFullscreen
(
-
aBoolean
I react to a change in the global state "fullscreen"
Parameters:
-
aBooleanBoolean
toggleSidebarOpen
(
-
opened
I react to a change in the global state "sidebarOpen"
Parameters:
-
openedBoolean
toggleViewMode
(
-
viewMode
I react to a change in the global state "viewMode"
Parameters:
-
viewModeString
toogleUnsavedChanges
(
-
aBoolean
I react to a change in the global state "unsavedChanges"
Parameters:
-
aBooleanBoolean
API Docs