Types
import type { SaveAsOptions, QueryModelOptions } from "@arcgis/core/layers/scene/types.js";Type definitions
SaveAsOptions
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
folder
Property
- Type
- PortalFolder | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
the folder where to save the item.
QueryModelOptions
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Options for querying a single feature model.
- Supertypes
- AbortOptions
format
Property
Optional model format. If not specified, the source model is returned. Known possible formats include dae,
dwg, fbx, glb, glt, ifc, obj, shapebuffer, shapebufferg, usd, usda, usdc and usdz.
The formats supported by the service are listed in capabilities.data.queryFormats on the layer's
capabilities.