UNPKG
@grapecity/gcpdfviewer
Version:
latest (7.2.3)
7.2.3
7.2.2
7.2.1
7.2.0
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.1
4.0.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.13
3.0.10
2.2.19
2.2.17
2.2.16
2.2.15
2.2.14
2.2.11
2.1.21
2.1.18
2.1.17
2.1.14
2.0.24
2.0.21
2.0.18
2.0.17
2.0.15
2.0.13
2.0.11
2.0.10
2.0.9
1.2.97
1.2.96
1.2.92
1.2.89
1.2.88
1.1.72
1.1.70
1.1.69
1.1.66
1.1.62
1.1.59
1.1.56
1.1.54
1.1.53
1.0.42
0.7.29
0.7.28
0.7.27
0.7.24
0.7.23
0.7.20
GcDocs PDF Viewer
developer.mescius.com/document-solutions/javascript-pdf-viewer
@grapecity/gcpdfviewer
/
typings
/
Attachments
/
types.d.ts
8 lines
(7 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
FileAttachmentAnnotation
}
from
"../Annotations/AnnotationTypes"
;
export
type
AttachmentsModel
= {
attachments
:
FileAttachmentAnnotation
[] |
null
; };
export
type
AttachmentsMsg
= {
type
:
'reset'
; };