Merge pull request #17608 from wojtekmaj/fix-annotation-layer-parameters

Make downloadManager optional in AnnotationLayerParameters
This commit is contained in:
calixteman 2024-02-01 12:06:27 +01:00 committed by GitHub
commit cbbd1fcaa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2890,7 +2890,7 @@ class FileAttachmentAnnotationElement extends AnnotationElement {
* @property {Array} annotations
* @property {PDFPageProxy} page
* @property {IPDFLinkService} linkService
* @property {IDownloadManager} downloadManager
* @property {IDownloadManager} [downloadManager]
* @property {AnnotationStorage} [annotationStorage]
* @property {string} [imageResourcesPath] - Path for image resources, mainly
* for annotation icons. Include trailing slash.