Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrintProperties

Hierarchy

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 container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional extraParameters

extraParameters: any

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

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the "Exported files" text where users can access the exported map printout.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional includeDefaultTemplates

includeDefaultTemplates: boolean

Indicates whether or not to include defaultTemplates.

Read more...

Optional label

label: string

The widget's label.

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 templateOptions

templateOptions: TemplateOptionsProperties

Defines the layout template options used by the Print widget to generate the print page.

Read more...

Optional view

A reference to the MapView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc