Module

reduxPracticeTabActions

Redux practice tab actions
Author:

View Source store/actions/practice.js, line 4

Methods

# static choirSelectedForPractice(id, name) → {module:reduxPracticeTabActions~ChoirSelectedForPracticeReturnObject}

Sets the selected choir for the practice tab
Parameters:
Name Type Description
id string The choir id
name string The choir name

View Source store/actions/practice.js, line 26

# static exerciseRequested(startMeasure, endMeasure) → {module:reduxPracticeTabActions~ExerciseRequestedReturnObject}

Requests an exercise
Parameters:
Name Type Description
startMeasure string The selected start measure
endMeasure string The selected end measure

View Source store/actions/practice.js, line 69

# static musicSelectedForPractice(id) → {module:reduxPracticeTabActions~MusicSelectedForPracticeReturnObject}

Sets the selected choir
Parameters:
Name Type Description
id string The sheet music id

View Source store/actions/practice.js, line 47

Type Definitions

# ChoirSelectedForPracticeReturnObject

Return object for the choirSelectedForPractice function
Properties:
Name Type Description
type module:reduxActionTypes An action type
id string The choir id
name string The choir name

View Source store/actions/practice.js, line 11

# ExerciseGeneratedReturnObject

Return object for the exerciseGenerated function
Properties:
Name Type Description
type module:reduxActionTypes An action type

View Source store/actions/practice.js, line 77

# ExerciseRequestedReturnObject

Return object for the exerciseRequested function
Properties:
Name Type Description
type module:reduxActionTypes An action type
startMeasure string The start measure
endMeasure string The end measure

View Source store/actions/practice.js, line 54

# MusicSelectedForPracticeReturnObject

Return object for the musicSelectedForPractice function
Properties:
Name Type Description
type module:reduxActionTypes An action type
id string The sheet music id

View Source store/actions/practice.js, line 34

# SetUserGetsFeedbackReturnObject

Return object for the setUserGetsFeedback function
Properties:
Name Type Description
type module:reduxActionTypes An action type

View Source store/actions/practice.js, line 94