Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewProperties

Hierarchy

Index

Properties

Optional allLayerViews

Collection containing a flat list of all the created LayerViews related to the basemap, operational layers, and group layers in this view.

Read more...

Optional animation

Represents an ongoing view animation initialized by goTo().

Read more...

Optional basemapView

Represents the view for a single basemap after it has been added to the map.

Read more...

Optional container

container: string | HTMLDivElement

The id or node representing the DOM element containing the view.

Read more...

Optional fatalError

fatalError: Error

A fatal error returned when the view loses its WebGL context.

Read more...

Optional graphics

Allows for adding graphics directly to the default graphics in the View.

Read more...

Optional layerViews

A collection containing a hierarchical list of all the created LayerViews of the operational layers in the map.

Read more...

Optional map

An instance of a Map object to display in the view.

Read more...

Optional navigation

Options to configure the navigation behavior of the View.

Read more...

Optional padding

padding: ViewPadding

Use the padding property to make the center, and extent, etc.

Read more...

Optional popup

A Popup object that displays general content or attributes from layers in the map.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the view.

Read more...

Optional timeExtent

The view's time extent.

Read more...

Optional ui

Exposes the default widgets available in the view and allows you to toggle them on and off.

Read more...

Generated using TypeDoc