Types
import type { WebSceneUpdateFromOptions, WebSceneUpdateThumbnailOptions, WebSceneThumbnailSize, WebSceneSliceAnalysis, FeatureReferenceIdUnion } from "@arcgis/core/webscene/types.js";- Since
- ArcGIS Maps SDK for JavaScript 4.33
A module for importing types used in WebScene modules.
Type definitions
WebSceneUpdateFromOptions
Type definition
Options for updating a web scene from a view.
- See also
thumbnailSize
Property
- Type
- WebSceneThumbnailSize | undefined
The size of the thumbnail. Defaults to 600x400 (ratio 1.5
). Note that the thumbnail size may currently not be larger than the size of the view.- Default value
- { width: 600, heigth: 400 }
widgetsExcluded
Property
When true, the webscene's
WebScene.widgets property will not be updated. When false, the definition of the
first TimeSlider assigned to the View will be used to update
the WebScene.widgets property.
- Default value
- false
WebSceneUpdateThumbnailOptions
Type definition
Options for updating a web scene thumbnail from a view.
- See also
size
Property
- Type
- WebSceneThumbnailSize | undefined
The size of the thumbnail. Defaults to 600x400 (ratio 1.5
). Note that the thumbnail size may currently not be larger than the size of the view.- Default value
- { width: 600, heigth: 400 }
WebSceneThumbnailSize
Type definition
Options for the thumbnail size when updating a web scene thumbnail from a view.