UNPKG
para-bridge-demo
Version:
latest (1.7.8)
1.7.8
1.7.6
1.7.4
1.7.3
1.7.2
1.7.1
1.6.2
1.6.1
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
a bridge api for js-ios/andriod rest
para-bridge-demo
/
src
/
client
/
modules
/
plugin_util
/
pdf-viewer
/
open-pdf-viewer.md
10 lines
(9 loc)
•
169 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
``` tsx
interface
IOpenPdfViwerParam
{ filePath:
string
; title?:
string
; }
private
openPdfViewer = () => { openPdfViewer({ filePath:
this
.state.filePath }); } ```