inverted([inverted])

Class: Slider.

Description:

Sets or gets whether the Slider is inverted (maximum value on the left/top).

Parameters:

Name Type Description

[inverted]

boolean

If true, the maximum value is on the left/top; if false, it is on the right/bottom.

Returns:

When setting a value, returns this component for chaining; otherwise returns the current value.

Type: Slider | boolean