Redux choirs tab actions
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 |
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 |