import ValuePickerVisibleElements from "@arcgis/core/widgets/ValuePicker/ValuePickerVisibleElements.js";const ValuePickerVisibleElements = await $arcgis.import("@arcgis/core/widgets/ValuePicker/ValuePickerVisibleElements.js");- Inheritance:
- ValuePickerVisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The visible elements that are displayed within the widget.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| 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.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
| | ||
| | ||
| |
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