Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrintViewModelProperties

Hierarchy

  • PrintViewModelProperties

Index

Properties

Optional allowedFormats

allowedFormats: string | string[]

Specify the print output file format(s) that the user can select based on the options available from the print service.

Read more...

Optional allowedLayouts

allowedLayouts: string | string[]

Specify the print output layout(s) that the user can select based on the options available from the print service.

Read more...

Optional extraParameters

extraParameters: any

This option allows passing extra parameters to the print (export webmap) requests.

Read more...

Optional includeDefaultTemplates

includeDefaultTemplates: boolean

Indicates whether or not to include defaultTemplates.

Read more...

Optional portal

It is possible to search a specified portal instance's locator services.

Read more...

Optional printServiceUrl

printServiceUrl: string

The URL of the REST endpoint of the Export Web Map Task.

Read more...

Optional scaleEnabled

scaleEnabled: boolean

When true, scale is used in the printed map.

Read more...

Optional updateDelay

updateDelay: number

The time interval in milliseconds between each job status request sent to an asynchronous GP task.

Read more...

Optional view

The view from which the widget will operate.

Read more...

Generated using TypeDoc