Module

reduxChoirsTabActions

Redux choirs tab actions
Author:

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

Methods

# static choirSelectedForChoirs(id, name) → {module:reduxChoirsActions~ChoirSelectedForChoirsReturnObject}

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

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

module:reduxChoirsActions~ChoirSelectedForChoirsReturnObject

Type Definitions

# ChoirSelectedForChoirsReturnObject

Return object for the choirSelectedForChoirs 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/choirs.js, line 11