import ShadowCastVisibleElements from "@arcgis/core/widgets/ShadowCast/ShadowCastVisibleElements.js";const ShadowCastVisibleElements = await $arcgis.import("@arcgis/core/widgets/ShadowCast/ShadowCastVisibleElements.js");- Inheritance:
- ShadowCastVisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The visible elements that are displayed within the widget. This provides the ability to turn individual elements of the widget's display on/off.
Constructors
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
Properties
| Property | Type | Class |
|---|---|---|
| | ||
| | ||
declaredClass readonly inherited | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| |
colorPicker
- Type
- boolean
When set to false, the color picker is not displayed in the options for any
of the visualization modes.
- Default value
- true
datePicker
- Type
- boolean
When set to false, the date picker is not displayed.
- Default value
- true
thresholdContext
- Type
- boolean
When set to false, the discrete shadows configuration in the threshold
visualization mode is not displayed.
- Default value
- true
thresholdContextColor
- Type
- boolean
When set to false, the discrete shadows color picker in the
threshold visualization mode is not displayed.
- Default value
- true
thresholdContextTimeInterval
- Type
- boolean
When set to false, the discrete shadows time interval in
the threshold visualization mode is not displayed.
- Default value
- true
thresholdContextToggle
- Type
- boolean
When set to false, the discrete shadows toggle in the threshold
visualization mode is not displayed. The discrete shadow configuration is not displayed when discreteToggle is
set to false and the discrete shadows visualization is turned off.
- Default value
- true
timeRangeSlider
- Type
- boolean
When set to false, the slider used to select a time range for the
analysis is not displayed.
- Default value
- true
timezone
- Type
- boolean
When set to false, the dropdown used to select a timezone for the time range
is not displayed.
- Default value
- true
tooltip
- Type
- boolean
When set to false, the tooltip with the accumulated shadow time is not
displayed when hovering the view.
- Default value
- true
visualizationOptions
- Type
- boolean
When set to false, the options for the various visualization modes
are not displayed.
- Default value
- true