Specify the print output layout(s) that the user can select based on the options available from the print service.
The ID or node representing the DOM element containing the widget.
The collection of links exported from the Print widget.
This option allows passing extra parameters (in addition to templateOptions) to the print (export webmap) requests.
Indicates the heading level to use for the "Exported files" text where users can access the exported map printout.
The widget's default CSS icon class.
The unique ID assigned to the widget when the widget is created.
Indicates whether or not to include defaultTemplates.
The widget's label.
It is possible to search a specified portal instance's locator services.
The URL of the REST endpoint of the Export Web Map Task.
Defines the layout template options used by the Print widget to generate the print page.
A reference to the MapView.
The view model for this widget.
Indicates whether the widget is visible.
A utility method used for building the value for a widget's class
property.
Destroys the widget instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
Specify the print output file format(s) that the user can select based on the options available from the print service.
Read more...