Components

params

<params />

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

View Source features/params.js, line 6

Members

# static init

Initializes state params of element corresponding to id passed as parameter

View Source features/params.js, line 25

Example
`paramsAction.init( {string} id )`

# static setDisplay

Manages display state of element corresponding to id passed in 1st parameters

View Source features/params.js, line 48

Example
`paramsAction.setDisplay( {string} id, {boolean} value )`

# static updateDisplay

Update display state of element corresponding to id passed in 1st parameters

View Source features/params.js, line 68

Example
`paramsAction.updatetDisplay( {string} id, {boolean} value )`