import * as types from "@arcgis/core/webscene/types.js";
const types = await $arcgis.import("@arcgis/core/webscene/types.js");
@arcgis/core/webscene/types
A module for importing types used in WebScene modules.
Type Definitions
-
Options for the thumbnail size when updating a web scene thumbnail from a view.
-
Options for updating a web scene from a view.
- Properties
-
environmentExcluded BooleanDefault Value:false
Do not update the initial environment from the view.
viewpointExcluded BooleanDefault Value:falseDo not update the initial viewpoint from the view.
thumbnailExcluded BooleanDefault Value:falseDo not update the thumbnail from the view. If viewpointExcluded is set to
true
, then this will default also totrue
.thumbnailSize WebSceneThumbnailSizeDefault Value:{ width: 600, heigth: 400 }The size of the thumbnail. Defaults to 600x400 (ratio 1.5:1). Note that the thumbnail size may currently not be larger than the size of the view.
widgetsExcluded BooleanDefault Value:falseWhen
true
, the webscene's widgets property will not be updated. Whenfalse
, the definition of the first TimeSlider assigned to the View will be used to update the WebScene.widgets property. - See also
-
Options for updating a web scene thumbnail from a view.
- Property
-
optional Default Value:{ width: 600, heigth: 400 }The size of the thumbnail. Defaults to 600x400 (ratio 1.5:1). Note that the thumbnail size may currently not be larger than the size of the view.
- See also