Members
(static) computed
Properties:
Name | Type | Description |
---|---|---|
statsColor |
string | the stats color |
(static) meta
Properties:
Name | Type | Description |
---|---|---|
global |
boolean | true |
(static) name
- Source:
- Default Value:
- eb-stats-color
(static) props
Properties:
Name | Type | Description |
---|---|---|
stats_params |
object | The stats parameters |
(inner) data
Properties:
Name | Type | Description |
---|---|---|
statsValue |
module:a-components/front/components/eb-stats-color~StatsValue | The stats value |
Methods
(inner) onAdjustValue(statsValue) → {number}
Parameters:
Name | Type | Description |
---|---|---|
statsValue |
module:a-components/front/components/eb-stats-color~StatsValue |
Returns:
The stats value which is adjusted
- Type
- number
(inner) onChange(statsValue)
Parameters:
Name | Type | Description |
---|---|---|
statsValue |
module:a-components/front/components/eb-stats-color~StatsValue |
Fires:
Type Definitions
StatsValue
Properties:
Name | Type | Description |
---|---|---|
red |
number | The red number |
orange |
number | The orange number |
gray |
number | The gray number |
Type:
- object
Events
change
Properties:
Name | Type | Description |
---|---|---|
statsValue |
module:a-components/front/components/eb-stats-color~StatsValue | The stats value |