Constructor
# <params />
Redux component in charge of params state - state : { status: {string}, display: {object}, checked: {array} }
Properties:
Name | Type | Description |
---|---|---|
init |
function
|
Initializes state params of element corresponding to id passed as parameter |
setDisplay |
function
|
Manages display state of element corresponding to id passed in 1st parameters |
updateDisplay |
function
|
Update display state of element corresponding to id passed in 1st parameters |
Members
# static init
Initializes state params of element corresponding to id passed as parameter
Example
`paramsAction.init( {string} id )`
# static setDisplay
Manages display state of element corresponding to id passed in 1st parameters
Example
`paramsAction.setDisplay( {string} id, {boolean} value )`
# static updateDisplay
Update display state of element corresponding to id passed in 1st parameters
Example
`paramsAction.updatetDisplay( {string} id, {boolean} value )`