Constructor
new Sliders(paramList, divId)
Parameters:
Name | Type | Description |
---|---|---|
paramList |
Array | list of parameters |
divId |
string | the div id |
- Source:
Methods
getParams() → {object}
get the parameter weights
- Source:
Returns:
lookup with parameter weights
- Type
- object
getSum() → {number}
get the weight sum
- Source:
Returns:
the weight sum
- Type
- number
reset()
reset all
- Source:
setValues(keyValList)
Parameters:
Name | Type | Description |
---|---|---|
keyValList |
object | key and value list |
- Source: