Constructor
                        
                        
    
    # new DuSlider()
Properties:
| Name | Type | Description | 
|---|---|---|
| value | int | Read-Only | The current value | 
| onChanging | DuSlider~onChanging | Function to execute when changing | 
| onChange | DuSlider~onChange | Function to execute when changed | 
Methods
# static setValue(value)
        Changes the value
    
    
    Parameters:
| Name | Type | Description | 
|---|---|---|
| value | int | The new value |