Skip to content
import ShadowCastVisibleElements from "@arcgis/core/widgets/ShadowCast/ShadowCastVisibleElements.js";
Inheritance:
ShadowCastVisibleElementsAccessor
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

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.

colorPicker

Property
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

Property
Type
boolean

When set to false, the date picker is not displayed.

Default value
true

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.

thresholdContext

Property
Type
boolean

When set to false, the discrete shadows configuration in the threshold visualization mode is not displayed.

Default value
true

thresholdContextColor

Property
Type
boolean

When set to false, the discrete shadows color picker in the threshold visualization mode is not displayed.

Default value
true

thresholdContextTimeInterval

Property
Type
boolean

When set to false, the discrete shadows time interval in the threshold visualization mode is not displayed.

Default value
true

thresholdContextToggle

Property
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

Property
Type
boolean

When set to false, the slider used to select a time range for the analysis is not displayed.

Default value
true

timezone

Property
Type
boolean

When set to false, the dropdown used to select a timezone for the time range is not displayed.

Default value
true

tooltip

Property
Type
boolean

When set to false, the tooltip with the accumulated shadow time is not displayed when hovering the view.

Default value
true

visualizationOptions

Property
Type
boolean

When set to false, the options for the various visualization modes are not displayed.

Default value
true