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
FIT_PAGE | The Report Player zooms in to fit a full page in the viewable area. This is the default. |
FIT_PAGE_WIDTH | The 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. |
RESET | The zoom will be set to 100% (not zoomed). |