Constructor
new ProgressBar()
- Deprecated:
- since 7.2
- Source:
Members
(static, non-null) STATE :Object
State definition.
Type:
- Object
- Source:
Methods
(protected) setterValueFn_(value) → {number}
Setter function for the `value` state key. Makes sure the value
is between the current `min` and `max` state keys.
Parameters:
Name | Type | Description |
---|---|---|
value |
number |
- Source:
Returns:
- Type
- number
syncMax(max)
Synchronization logic for the `max` state.
Parameters:
Name | Type | Description |
---|---|---|
max |
number |
- Source:
syncMin(min)
Synchronization logic for the `min` state.
Parameters:
Name | Type | Description |
---|---|---|
min |
number |