mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Make downloadManager optional in AnnotationLayerParameters
Continuation of fix started in #17038
This commit is contained in:
parent
49bcce27c1
commit
f80ba44fb0
1 changed files with 1 additions and 1 deletions
|
@ -2890,7 +2890,7 @@ class FileAttachmentAnnotationElement extends AnnotationElement {
|
||||||
* @property {Array} annotations
|
* @property {Array} annotations
|
||||||
* @property {PDFPageProxy} page
|
* @property {PDFPageProxy} page
|
||||||
* @property {IPDFLinkService} linkService
|
* @property {IPDFLinkService} linkService
|
||||||
* @property {IDownloadManager} downloadManager
|
* @property {IDownloadManager} [downloadManager]
|
||||||
* @property {AnnotationStorage} [annotationStorage]
|
* @property {AnnotationStorage} [annotationStorage]
|
||||||
* @property {string} [imageResourcesPath] - Path for image resources, mainly
|
* @property {string} [imageResourcesPath] - Path for image resources, mainly
|
||||||
* for annotation icons. Include trailing slash.
|
* for annotation icons. Include trailing slash.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue