showTicks([visible])

Class: Slider.

Description:

Shows or hides tick marks on the Slider.

Parameters:

Name Type Description

[visible]

boolean

If true, tick marks will be displayed; if false, they will be hidden.

Returns:

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

Type: Slider | boolean