Skip to content
import ValuePickerVisibleElements from "@arcgis/core/widgets/ValuePicker/ValuePickerVisibleElements.js";
Inheritance:
ValuePickerVisibleElementsAccessor
Since
ArcGIS Maps SDK for JavaScript 5.0

The visible elements that are displayed within the widget.

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
properties
See the properties table for a list of all the properties that may be passed into the constructor.

Properties

Any properties can be set, retrieved or listened to. See the Watch for changes topic.

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

nextButton

Property
Type
boolean

When set to false, the next button (or up button when vertical) is not displayed.

Default value
true

playButton

Property
Type
boolean

When set to false, the play/pause button is not displayed.

Default value
true

previousButton

Property
Type
boolean

When set to false, the previous button (or down button when vertical) is not displayed.

Default value
true