Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Object: PlayerZoomBehaviors

require(["esri/dijit/geoenrichment/ReportPlayer/PlayerZoomBehaviors"], function(PlayerZoomBehaviors) { /* code goes here */ });

Description

(Added at v3.25)
Enumerator of available zoom behavior options for the ReportPlayer.

Samples

Search for samples that use this class.

Constants

NameDescription
FIT_PAGEThe Report Player zooms in to fit a full page in the viewable area. This is the default.
FIT_PAGE_WIDTHThe Report Player zooms to fit the full page's width in the viewable area. This may cause vertical scrollbars to appear if necessary for the bottom of the report.
RESETThe zoom will be set to 100% (not zoomed).
Show Modal