HelpBot Assistant

How can I help you?

ExportingEventArgs

6 Feb 20261 minute to read

Provides information about the exportingDocument event in the Rich Text Editor.

Properties

currentRequest { [key: string]: string }[]

Indicates set of HTTP headers that will be merged into the export request.
Use this to add authentication tokens or any custom header values.

customFormData { [key: string]: Object }[]

Indicates the collection of form-data entries to include with the export request.
Each entry represents a key/value pair appended to the request body.

exportType ExportDocumentType

Indicates whether the editor is exporting to PDF or Word.